diff --git a/tests/Stubs/ActiveRecord/CustomerForArrayable.php b/tests/Stubs/ActiveRecord/CustomerForArrayable.php index e54d1ce85..591cd79cf 100644 --- a/tests/Stubs/ActiveRecord/CustomerForArrayable.php +++ b/tests/Stubs/ActiveRecord/CustomerForArrayable.php @@ -36,7 +36,8 @@ public function fields(): array return $fields; } - public function setItem(self $item) { + public function setItem(self $item) + { $this->item = $item; }