From 7c08e6bd8fbd1cd2b57c0f6acf3708bcafc3f7e1 Mon Sep 17 00:00:00 2001 From: Gummibeer Date: Thu, 22 Sep 2022 09:31:29 +0000 Subject: [PATCH] Fix styling --- tests/Models/AnotherInvalidActivity.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Models/AnotherInvalidActivity.php b/tests/Models/AnotherInvalidActivity.php index 225819c2..ecbe9fa3 100644 --- a/tests/Models/AnotherInvalidActivity.php +++ b/tests/Models/AnotherInvalidActivity.php @@ -43,6 +43,7 @@ public function causer(): MorphTo * * @param string $propertyName * @param mixed $defaultValue + * * @return mixed */ public function getExtraProperty(string $propertyName, mixed $defaultValue = null): mixed