@@ -7,7 +7,7 @@ |
||
| 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; |