Completed
Push — master ( f37849...93376e )
by Nicolas
04:48 queued 11s
created
src/Commands/ListenerMakeCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     {
78 78
         $eventPath = GenerateConfigReader::read('event');
79 79
 
80
-        return $this->getClassNamespace($module) . "\\" . $eventPath->getPath() . "\\" . $this->option('event');
80
+        return $this->getClassNamespace($module)."\\".$eventPath->getPath()."\\".$this->option('event');
81 81
     }
82 82
 
83 83
     protected function getDestinationFilePath()
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 
87 87
         $listenerPath = GenerateConfigReader::read('listener');
88 88
 
89
-        return $path . $listenerPath->getPath() . '/' . $this->getFileName() . '.php';
89
+        return $path.$listenerPath->getPath().'/'.$this->getFileName().'.php';
90 90
     }
91 91
 
92 92
     /**
Please login to merge, or discard this patch.