ImplicitlyIgnoredAnnotationNames::PhpDocumentor1
File
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ ImplicitlyIgnoredAnnotationNames.php, line 30
Class
- ImplicitlyIgnoredAnnotationNames
- A list of annotations that are implicitly ignored during the parsing process.
Namespace
Doctrine\Common\AnnotationsCode
private const PhpDocumentor1 = [
'abstract' => true,
'access' => true,
'code' => true,
'deprec' => true,
'endcode' => true,
'exception' => true,
'final' => true,
'ingroup' => true,
'inheritdoc' => true,
'inheritDoc' => true,
'magic' => true,
'name' => true,
'private' => true,
'static' => true,
'staticvar' => true,
'staticVar' => true,
'toc' => true,
'tutorial' => true,
'throw' => true,
];