We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f75050 commit 04bda0eCopy full SHA for 04bda0e
psalm.xml.dist
@@ -17,6 +17,7 @@
17
<ClassMustBeFinal errorLevel="suppress" />
18
<InaccessibleProperty errorLevel="suppress" />
19
<MissingConstructor errorLevel="suppress" />
20
+ <MissingOverrideAttribute errorLevel="suppress" />
21
<MixedArrayAssignment errorLevel="suppress" />
22
<MixedAssignment errorLevel="suppress" />
23
<PossiblyUnusedMethod errorLevel="suppress" />
0 commit comments