Test Failed
Push — main ( 31a78f...703d27 )
by Rafael
10:23
created
src/Core/Base/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      */
52 52
     public function preLoad(): bool
53 53
     {
54
-        if (!parent::preLoad()  /*|| !$this->configExists || !DB::connectToDatabaseAndAuth()*/ ) {
54
+        if (!parent::preLoad()  /*|| !$this->configExists || !DB::connectToDatabaseAndAuth()*/) {
55 55
             return false;
56 56
         }
57 57
 
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
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 debug_message('No se ha podido crear la carpeta ' . $path);
58 58
             }
59 59
         }
60
-        return $path . $filename . '.yaml';;
60
+        return $path . $filename . '.yaml'; ;
61 61
     }
62 62
 
63 63
     public static function _loadYamlFile(string $filename): array
Please login to merge, or discard this patch.