Completed
Push — master ( ed1616...0c479b )
by Jakub
04:00 queued 01:11
created
src/Req2CmdBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function getContainerExtension(): Extension
13 13
     {
14 14
         if ($this->extension === null) {
15
-            $this->extension = new Req2CmdExtension();
15
+            $this->extension=new Req2CmdExtension();
16 16
         }
17 17
 
18 18
         return $this->extension;
Please login to merge, or discard this patch.