From a27585cb473b7b461bf20216f94b9da2b025de24 Mon Sep 17 00:00:00 2001 From: stancl Date: Fri, 20 Sep 2019 18:19:04 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Tenant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tenant.php b/src/Tenant.php index 03abbe38..07130416 100644 --- a/src/Tenant.php +++ b/src/Tenant.php @@ -127,7 +127,7 @@ class Tenant implements ArrayAccess /** * Does this model exist in the tenant storage. * - * @return boolean + * @return bool */ public function isPersisted(): bool {