| @@ -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 | } | 
| @@ -40,7 +40,7 @@ | ||
| 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 |