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