Completed
Push — master ( 26e625...88c602 )
by Timo
02:58
created
src/Tidal/WampWatch/Model/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,6 @@
 block discarded – undo
66 66
     }
67 67
 }
68 68
 
69
-Router::setConnectionFactory(function (Contract\RouterInterface $router, Contract\RealmInterface $realm) {
69
+Router::setConnectionFactory(function(Contract\RouterInterface $router, Contract\RealmInterface $realm) {
70 70
     return new Connection($router, $realm);
71 71
 });
Please login to merge, or discard this patch.