From a5e352df3d26abe34d715c6e192e537927cfb88d Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Wed, 6 Nov 2024 20:48:19 +0100 Subject: [PATCH] Formatting --- src/IdeHelper/BelongsToThroughRelationsHook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IdeHelper/BelongsToThroughRelationsHook.php b/src/IdeHelper/BelongsToThroughRelationsHook.php index 1481d9d..33c036e 100644 --- a/src/IdeHelper/BelongsToThroughRelationsHook.php +++ b/src/IdeHelper/BelongsToThroughRelationsHook.php @@ -43,7 +43,7 @@ public function run(ModelsCommand $command, Model $model): void } /** - * @param \Illuminate\Database\Eloquent\Relations\Relation<*,*, *> $relationship + * @param \Illuminate\Database\Eloquent\Relations\Relation<*, *, *> $relationship */ protected function addRelationship(ModelsCommand $command, ReflectionMethod $method, Relation $relationship): void {