@@ -5,7 +5,7 @@ |
||
5 | 5 | try { |
6 | 6 | $classInfo = new ReflectionClass('Illuminate\Contracts\Translation\Translator'); |
7 | 7 | } |
8 | -catch(ReflectionException $e) { |
|
8 | +catch (ReflectionException $e) { |
|
9 | 9 | $code = <<<CODE |
10 | 10 | namespace Illuminate\Contracts\Translation; |
11 | 11 |