From ac34d62383df977e44e6740520a05c61f94e8345 Mon Sep 17 00:00:00 2001 From: Mark <14284867+xHeaven@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:26:31 +0100 Subject: [PATCH] Narrow typehint --- src/ResourceSyncing/SyncMaster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ResourceSyncing/SyncMaster.php b/src/ResourceSyncing/SyncMaster.php index 9ec662d7..f419ef7b 100644 --- a/src/ResourceSyncing/SyncMaster.php +++ b/src/ResourceSyncing/SyncMaster.php @@ -13,7 +13,7 @@ use Stancl\Tenancy\Database\Contracts\TenantWithDatabase; // todo@move move all resource syncing-related things to a separate namespace? /** - * @property-read Tenant[]|Collection $tenants + * @property-read Tenant[]|Collection $tenants */ interface SyncMaster extends Syncable {