Passed
Push — master ( 225f0a...b074c6 )
by Pierre
02:53
created
config/dev/middlewares.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         'exclude' => [
48 48
             'auth/login', 'stat/opcache', 
49 49
             'restful', 'restful/index', 
50
-            'test/pokerelay' , 'test/redis'
50
+            'test/pokerelay', 'test/redis'
51 51
         ],
52 52
     ],
53 53
     After::class => [
Please login to merge, or discard this patch.
src/App/Controllers/Api/V1/Restful.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     protected $error;
48 48
 
49
-   /**
49
+    /**
50 50
      * error message
51 51
      *
52 52
      * @var String
Please login to merge, or discard this patch.