Skip to content

Commit 132c2a7

Browse files
minor symfony#59806 [psalm] ensureOverrideAttribute="false" (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [psalm] ensureOverrideAttribute="false" | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Will reduce obvious false-positives (we won't use this attribute). Commits ------- b188dcc [psalm] ensureOverrideAttribute="false"
2 parents 16f40ca + b188dcc commit 132c2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
findUnusedBaselineEntry="false"
1111
findUnusedCode="false"
1212
findUnusedIssueHandlerSuppression="false"
13+
ensureOverrideAttribute="false"
1314
>
1415
<projectFiles>
1516
<directory name="src" />

0 commit comments

Comments
 (0)