summaryrefslogtreecommitdiff
path: root/create_firebird_database.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:54:15 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:54:15 +0100
commiteddcb429ad24572676fce289fcae645178a185ba (patch)
treede370ace1f2ad37cde7bd14f5180f942fed16ccf /create_firebird_database.php
parent70d2c5630264b09b8c5df8324b1895365ed74628 (diff)
downloadinstall-eddcb429ad24572676fce289fcae645178a185ba.tar.gz
install-eddcb429ad24572676fce289fcae645178a185ba.tar.bz2
install-eddcb429ad24572676fce289fcae645178a185ba.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'create_firebird_database.php')
-rwxr-xr-xcreate_firebird_database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_firebird_database.php b/create_firebird_database.php
index fe7e91a..9cc7708 100755
--- a/create_firebird_database.php
+++ b/create_firebird_database.php
@@ -40,7 +40,7 @@
if ($fp = fopen ($tmp_name, 'a+')) {
fwrite($fp, $sql);
- fclose($fp);
+ fclose($fp);
}
$command = sprintf('"%s" -u $user -p $pass -i %s', $fbpath, $tmp_name );