Commit 18a28ce
fix: remove APP_VERSION define injection that breaks strict_types
The `sed -i "2a defined('APP_VERSION')..."` inserted a line after the
blank line 2 in autoload.php, pushing declare(strict_types=1) to line 4
which PHP rejects as a fatal error. The version is already injected via
the placeholder substitution on 'unknown'/'0.0.0', so the define is redundant.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1c25d92 commit 18a28ce
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
0 commit comments