Test Failed
Push — main ( 2b582c...894963 )
by Rafael
05:38
created
src/Core/Base/Controller/ApiController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
  */
31 31
 abstract class ApiController
32 32
 {
33
-    private static $security_key=null;
33
+    private static $security_key = null;
34 34
 
35 35
     protected static function getSecurityKey()
36 36
     {
Please login to merge, or discard this patch.
src/Core/Lib/Routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
                     $class_only_name = basename($filename, $suffix . '.php');
55 55
                     $class_name = "$class\\$module\\$class_type\\$class_only_name$suffix";
56 56
 
57
-                    $routes[$module][$class_only_name] = $class_name.'|'.$filename;
57
+                    $routes[$module][$class_only_name] = $class_name . '|' . $filename;
58 58
                 }
59 59
 
60 60
             }
Please login to merge, or discard this patch.