Completed
Push — master ( 899d9a...610cde )
by Mathieu
02:16
created
src/Charcoal/App/Route/RouteConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @var string[]
42 42
      */
43
-    private $methods = [ 'GET' ];
43
+    private $methods = ['GET'];
44 44
 
45 45
     /**
46 46
      * Response controller classname
Please login to merge, or discard this patch.