summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 10:14:48 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 10:14:48 +0100
commita3db82fda7cc42e361895d93dc7ff0b3ccdbe3f5 (patch)
tree8e0a1b3e80a3398cfb2777b4fc54d447391f57de
parent6531be9e1c361e2565859531d78341cc1855dd12 (diff)
downloadbitweaver-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>
-rwxr-xr-xstorage/index.php2
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