Commit d846594
committed
Lint PHP files in CI
`php -l` didn't handle multiple source file arguments until PHP 8.2 so
we need to use a loop to process everything.
We have an outstanding lint error in Log/sql.php under PHP 7.x ("mixed
property cannot have a default value"). For now, just skip running lint
on that version.1 parent 4b36221 commit d846594
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments