From 0ca354de1edfbfc842a8050bf938c1cf172a85e2 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 29 Dec 2023 00:43:10 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Stubs/ActiveRecord/Cat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Stubs/ActiveRecord/Cat.php b/tests/Stubs/ActiveRecord/Cat.php index dc9a402d3..97ff4cf28 100644 --- a/tests/Stubs/ActiveRecord/Cat.php +++ b/tests/Stubs/ActiveRecord/Cat.php @@ -27,7 +27,7 @@ public function getException(): void */ public function getThrowable(): float|int { - return 5/0; + return 5 / 0; } public function setNonExistingProperty(string $value): void