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

Enable single_line_empty_body phpcsfixer rule

This commit is contained in:
Samuel Štancl 2024-04-02 04:31:03 +02:00
parent a41ad69023
commit 1d80604cff
77 changed files with 77 additions and 198 deletions

View file

@ -81,9 +81,7 @@ abstract class CachedTenantResolver implements TenantResolver
*
* Used for side effects like removing the tenant parameter from the request route.
*/
public function resolved(Tenant $tenant, mixed ...$args): void
{
}
public function resolved(Tenant $tenant, mixed ...$args): void {}
abstract public function getPossibleCacheKeys(Tenant&Model $tenant): array;