1
0
Fork 0
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:
github-actions[bot] 2026-05-01 07:34:32 +00:00
parent 9611a05f35
commit f3836cc623

View file

@ -75,7 +75,7 @@ trait ValidatesDatabaseParameters
}
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) {