Passed
Push — master ( 2ec702...c3e433 )
by Korotkov
01:52 queued 15s
created
app/Containers/Web/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     'services'    => [
15 15
         'factory'  => StdFactory::class,
16
-        'callable' => function (){
16
+        'callable' => function() {
17 17
             $std = new stdClass;
18 18
             $std->method = __METHOD__ . '->callable';
19 19
     
Please login to merge, or discard this patch.