Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set-version.php - Fix warning on PHP 8.1
The `$sqlFile` may or may not be needed, which produces a warning: ``` Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in /.../tools/bin/scripts/set-version.php on line 105 ```
- Loading branch information