@@ -77,7 +77,7 @@ discard block |
||
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 |
||
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 | /** |