Passed
Pull Request — master (#530)
by
unknown
02:52
created
src/Translator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.