#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 eb8fb7a7ac
commit cd7233e50a
+1 -1
View File
@@ -325,7 +325,7 @@ class DocBlock implements \Reflector
$ignore_keywords = array( $ignore_keywords = array(
'string', 'int', 'integer', 'bool', 'boolean', 'float', 'double', 'string', 'int', 'integer', 'bool', 'boolean', 'float', 'double',
'object', 'mixed', 'array', 'resource', 'void', 'null', 'object', 'mixed', 'array', 'resource', 'void', 'null',
'callback', 'false', 'true' 'callback', 'false', 'true', 'self', '$this', 'callable'
); );
} }