Completed
Push — master ( 904991...b11286 )
by Timo
02:48
created
src/Tidal/WampWatch/Model/Factory/ConnectionFactory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
     private $session;
27 27
 
28 28
     private function __construct(RouterInterface $router,
29
-                                 RealmInterface $realm = null,
30
-                                 SessionInterface $session = null
29
+                                    RealmInterface $realm = null,
30
+                                    SessionInterface $session = null
31 31
     )
32 32
     {
33 33
         $this->router = $router;
Please login to merge, or discard this patch.