1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-16 06:44:04 +00:00

fix phpstan errors

This commit is contained in:
Samuel Štancl 2024-08-06 04:35:25 +02:00
parent 18a16e6a74
commit 4372e1bef2
20 changed files with 105 additions and 16 deletions

View file

@ -41,6 +41,9 @@ class TenantList extends Command
}
/** Generate the visual CLI output for the domain names. */
/**
* @param Collection<int|string, string>|null $domains
*/
protected function domainsCLI(?Collection $domains): ?string
{
if (! $domains) {