@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | |
| 14 | 14 | abstract class _TranslateHandler |
| 15 | 15 | { |
| 16 | - protected $container ; |
|
| 16 | + protected $container; |
|
| 17 | 17 | protected $local; |
| 18 | 18 | |
| 19 | 19 | function __construct(ContainerInterface $container) |
@@ -39,5 +39,5 @@ discard block |
||
| 39 | 39 | return $this->container; |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | - abstract public function trans(string $key , array $replace); |
|
| 42 | + abstract public function trans(string $key, array $replace); |
|
| 43 | 43 | } |
| 44 | 44 | \ No newline at end of file |