Commit 44ce781
Fix: remove strict_types declaration illegal under wp eval-file
wp eval-file evals the script body, so declare(strict_types=1) is never the
first statement and PHP fatals. Matches the readiness-report.php convention.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f425a1c commit 44ce781
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments