@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | */ |
| 30 | 30 | public static function load(): void |
| 31 | 31 | { |
| 32 | - if (! isset(self::$loader)) { |
|
| 32 | + if (!isset(self::$loader)) { |
|
| 33 | 33 | // Create loader object |
| 34 | 34 | self::$loader = new Loader(); |
| 35 | 35 | |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | */ |
| 63 | 63 | public static function gettext(string $msgid): string |
| 64 | 64 | { |
| 65 | - if (! class_exists(Loader::class, true)) { |
|
| 65 | + if (!class_exists(Loader::class, true)) { |
|
| 66 | 66 | return $msgid; |
| 67 | 67 | } |
| 68 | 68 | |