minor phan config fix

This commit is contained in:
Clemens Schwaighofer
2023-05-31 17:32:00 +09:00
parent 1c2f9f0c2c
commit 62c6de8244

View File

@@ -131,7 +131,7 @@ return [
'PhanReadOnlyPublicProperty', 'PhanReadOnlyPublicProperty',
// start ignore annotations // start ignore annotations
'PhanUnextractableAnnotationElementName', 'PhanUnextractableAnnotationElementName',
'PhanUnextractableAnnotationSuffix' 'PhanUnextractableAnnotationSuffix',
], ],
// Override to hardcode existence and types of (non-builtin) globals in the global scope. // Override to hardcode existence and types of (non-builtin) globals in the global scope.