1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:34:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-08-04 16:12:36 +00:00 committed by StyleCI Bot
parent b77bf9f179
commit 003751d293

View file

@ -24,9 +24,9 @@ class Tenancy
public $initialized = false;
/**
* Initializes the tenant
* @param Tenant|int|string $tenant
* @return void
* Initializes the tenant.
* @param Tenant|int|string $tenant
* @return void
*/
public function initialize(Tenant $tenant): void
{