Passed
Push — main ( bd30b4...b6e144 )
by Rafael
11:59
created
src/Core/Singletons/DebugBarCollectors/PhpCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     {
65 65
         $messages = self::$messages;
66 66
 
67
-        usort($messages, function ($itemA, $itemB) {
67
+        usort($messages, function($itemA, $itemB) {
68 68
             if ($itemA['time'] === $itemB['time']) {
69 69
                 return 0;
70 70
             }
Please login to merge, or discard this patch.
src/Database/YamlSchema.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
                 debug_message('No se ha podido crear la carpeta ' . $path);
41 41
             }
42 42
         }
43
-        return $path . $filename . '.yaml';;
43
+        return $path . $filename . '.yaml'; ;
44 44
     }
45 45
 
46 46
     public static function loadYamlFile(string $filename): array
Please login to merge, or discard this patch.