Completed
Pull Request — master (#71)
by Felix
03:03
created
spec/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.