diff --git a/.phan/config.php b/.phan/config.php index 87257f93..70a74c43 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -131,7 +131,7 @@ return [ 'PhanReadOnlyPublicProperty', // start ignore annotations 'PhanUnextractableAnnotationElementName', - 'PhanUnextractableAnnotationSuffix' + 'PhanUnextractableAnnotationSuffix', ], // Override to hardcode existence and types of (non-builtin) globals in the global scope.