Completed
Pull Request — master (#2119)
by
unknown
07:19
created
src/Commands/Make/ReplacementMakeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         return Str::studly($this->argument('name'));
65 65
     }
66 66
 
67
-    private function getClassNameWithoutNamespace(): array|string
67
+    private function getClassNameWithoutNamespace(): array | string
68 68
     {
69 69
         return class_basename($this->getFileName());
70 70
     }
Please login to merge, or discard this patch.