diff --git a/src/phpDocumentor/Reflection/DocBlock.php b/src/phpDocumentor/Reflection/DocBlock.php index a3e07a1..941c858 100644 --- a/src/phpDocumentor/Reflection/DocBlock.php +++ b/src/phpDocumentor/Reflection/DocBlock.php @@ -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' ); }