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:
parent
fbd1e02564
commit
fc6a931a32
2 changed files with 3 additions and 3 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue