diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 10:14:48 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 10:14:48 +0100 |
| commit | a3db82fda7cc42e361895d93dc7ff0b3ccdbe3f5 (patch) | |
| tree | 8e0a1b3e80a3398cfb2777b4fc54d447391f57de /storage | |
| parent | 6531be9e1c361e2565859531d78341cc1855dd12 (diff) | |
| download | bitweaver-a3db82fda7cc42e361895d93dc7ff0b3ccdbe3f5.tar.gz bitweaver-a3db82fda7cc42e361895d93dc7ff0b3ccdbe3f5.tar.bz2 bitweaver-a3db82fda7cc42e361895d93dc7ff0b3ccdbe3f5.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'storage')
| -rwxr-xr-x | storage/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/index.php b/storage/index.php index 30a5490..c0437d0 100755 --- a/storage/index.php +++ b/storage/index.php @@ -2,3 +2,5 @@ // This is not a package. header ("location: ../index.php"); + +?>
\ No newline at end of file |
