Passed
Push — main ( 58ff1e...86fec7 )
by Breno
01:42
created
src/Translation/Translator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
     private static TranslatorInterface $default;
9 9
 
10
-    public static function setDefault(TranslatorInterface|callable $translator, bool $compose = true): void
10
+    public static function setDefault(TranslatorInterface | callable $translator, bool $compose = true): void
11 11
     {
12 12
         if ($translator instanceof TranslatorInterface) {
13 13
             self::$default = $translator;
Please login to merge, or discard this patch.