#544: Added self and $this to the exceptions where type expansion is not required

This commit is contained in:
Mike van Riel
2012-07-27 06:56:37 +02:00
parent c999e7d32a
commit 91ef535ae3
+1 -1
View File
@@ -325,7 +325,7 @@ class DocBlock implements \Reflector
$ignore_keywords = array(
'string', 'int', 'integer', 'bool', 'boolean', 'float', 'double',
'object', 'mixed', 'array', 'resource', 'void', 'null',
'callback', 'false', 'true'
'callback', 'false', 'true', 'self', '$this', 'callable'
);
}