Commit 81adbb6
authored
190 Fix ignore all errors
In #136 we accidentally ignored all errors instead of just the one error:
"Unsafe usage of new static()."
This results in drupal-check failing with the following message:
-- --------------------------------------------------------------------------
Error
-- --------------------------------------------------------------------------
Ignored error #Unsafe usage of new static()# has an unescaped '()' which
leads to ignoring all errors. Use '\(\)' instead.
-- --------------------------------------------------------------------------1 parent 42d28c8 commit 81adbb6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments