Passed
Push — develop ( 91df1a...187c27 )
by nguereza
03:15
created
src/Console/Command/MakeResourceActionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -865,7 +865,7 @@
 block discarded – undo
865 865
     protected function addProperty(string $value, ?string $name = null): self
866 866
     {
867 867
         $shortClass = $this->getClassBaseName($value);
868
-        if($name === null){
868
+        if ($name === null) {
869 869
             $name = Str::camel($shortClass, true);
870 870
         }
871 871
         
Please login to merge, or discard this patch.