From eb96a8511ad3fa89d143e82cfbb97de8a14f76fd Mon Sep 17 00:00:00 2001 From: markvaneijk Date: Fri, 12 Apr 2024 12:34:12 +0000 Subject: [PATCH] Fix styling --- src/CachesValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CachesValue.php b/src/CachesValue.php index 8acd89a..985502d 100644 --- a/src/CachesValue.php +++ b/src/CachesValue.php @@ -57,7 +57,7 @@ final public function handle($event = null): void return; } - if(is_a($value, View::class)) { + if (is_a($value, View::class)) { $value = (string) $value; }