1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-07 01:04:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-05-01 09:50:30 +00:00
parent fbd1e02564
commit fc6a931a32
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ trait ValidatesDatabaseParameters
$this->validateParameter($filename, static::allowedFilenameCharacters());
if ($filename === '') {
throw new InvalidArgumentException("Filename cannot be empty.");
throw new InvalidArgumentException('Filename cannot be empty.');
}
if (is_dir($filename)) {