Completed
Branch master (21bfcb)
by David
04:28
created
Category
src/EventCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     {
33 33
         $this
34 34
             ->setName($this->getEventName())
35
-            ->setDescription('Handle the "'.$this->getEventName().'" event')
35
+            ->setDescription('Handle the "' . $this->getEventName() . '" event')
36 36
             ->addArgument('payload', InputArgument::OPTIONAL, 'The event payload');
37 37
     }
38 38
 
Please login to merge, or discard this patch.