Commit b88cb8b
authored
`@phpstan-ignore` has the parameter which is the specific warning to ignore.
`@phpstan-ignore-next-line` does not, and will result in suppression of all
warnings for the next line.
`@phpstan-ignore` also only applies to the next line
(or whatever is relevent in context).
1 parent f3635b0 commit b88cb8b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments