Commit 69e1127
committed
minor #51268 Psalm: Suppress UnusedConstructor errors (derrabus)
This PR was merged into the 5.4 branch.
Discussion
----------
Psalm: Suppress UnusedConstructor errors
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
The CI on our pull requests keeps failing because of `UnusedConstructor` Psalm errors. I believe that this class of errors is not relevant for this codebase.
Commits
-------
74401f1 Psalm: Suppress UnusedConstructor errors1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
0 commit comments