Passed
Push — master ( 55b466...fd3444 )
by Mihai
02:14
created
src/Polyglot.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         $allowMissing = ($options['allowMissing'] ?? false) === true
69 69
             ? static function ($key, $options, $locale, $tokenRegex, Polyglot $polyglot) {
70 70
                 return $polyglot->transformPhrase($key, $options, $locale, $tokenRegex);
71
-              }
71
+                }
72 72
             : null;
73 73
         $this->onMissingKey = is_callable($options['onMissingKey'] ?? false) ? $options['onMissingKey'] : $allowMissing;
74 74
     }
Please login to merge, or discard this patch.