mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 15:24:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
9611a05f35
commit
f3836cc623
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ trait ValidatesDatabaseParameters
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! is_string($parameter)) {
|
if (! is_string($parameter)) {
|
||||||
throw new InvalidArgumentException("Parameter has to be a string.");
|
throw new InvalidArgumentException('Parameter has to be a string.');
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (str_split($parameter) as $character) {
|
foreach (str_split($parameter) as $character) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue