Completed
Branch master (5a33e7)
by ANTHONIUS
02:09
created
src/Event/PreConfigureEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     public function __construct(IOInterface $output)
25 25
     {
26
-        $this->output       = $output;
26
+        $this->output = $output;
27 27
         parent::__construct(Plugin::YAWIK_PRE_CONFIGURE_EVENT);
28 28
     }
29 29
 
Please login to merge, or discard this patch.