@@ -64,7 +64,7 @@ |
||
| 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 | } |
@@ -51,7 +51,7 @@ |
||
| 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 | |
@@ -57,7 +57,7 @@ |
||
| 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 |