Passed
Push — master ( 8a3253...7e9f7a )
by Jonas
13:23
created
src/IdeHelper/MergedRelationsHook.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 
46 46
     protected function addRelationship(ModelsCommand $command, ReflectionMethod $method, Relation $relationship): void
47 47
     {
48
-        $type = '\\' . Collection::class . '|\\' . $relationship->getRelated()::class . '[]';
48
+        $type = '\\'.Collection::class.'|\\'.$relationship->getRelated()::class.'[]';
49 49
 
50 50
         $command->setProperty(
51 51
             $method->getName(),
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         );
56 56
 
57 57
         $command->setProperty(
58
-            Str::snake($method->getName()) . '_count',
58
+            Str::snake($method->getName()).'_count',
59 59
             'int',
60 60
             true,
61 61
             false,
Please login to merge, or discard this patch.