diff --git a/lib/Doctrine/Common/Annotations/AnnotationReader.php b/lib/Doctrine/Common/Annotations/AnnotationReader.php index a51a657f9..eb847ce1a 100644 --- a/lib/Doctrine/Common/Annotations/AnnotationReader.php +++ b/lib/Doctrine/Common/Annotations/AnnotationReader.php @@ -137,6 +137,10 @@ class AnnotationReader implements Reader 'implements' => true, 'extends' => true, 'use' => true, + // Phan, Psalm, Infection + 'phan' => true, + 'psalm' => true, + 'infection' => true, ]; /**