diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
| commit | eddcb429ad24572676fce289fcae645178a185ba (patch) | |
| tree | de370ace1f2ad37cde7bd14f5180f942fed16ccf /create_firebird_database.php | |
| parent | 70d2c5630264b09b8c5df8324b1895365ed74628 (diff) | |
| download | install-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-x | create_firebird_database.php | 2 |
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 ); |
