Commit 21063cf
committed
Quote the SuppressWarnings value so PHPStan can parse it
PHPStan parses an unquoted @SuppressWarnings value as an expression and fails
on the dot in PHPMD.UnusedFormalParameter. The quoted form is valid PHPMD and
parses cleanly, so both analysers pass.1 parent efb52c2 commit 21063cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments