Passed
Push — master ( 819438...c679e9 )
by Carlos
02:50
created
src/Kernel/Support/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
             if (is_readable($stream)) {
102 102
                 $stream = file_get_contents($stream);
103 103
             }
104
-        } catch(\Exception $e) {
104
+        } catch (\Exception $e) {
105 105
             return false;
106 106
         }
107 107
 
Please login to merge, or discard this patch.