Completed
Pull Request — master (#12)
by Paul
03:36
created
src/IcoFileService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,8 +126,7 @@
 block discarded – undo
126 126
                 return $this->parser->parse($data);
127 127
             }
128 128
             throw new \InvalidArgumentException("file could not be loaded");
129
-        }
130
-        catch (\Exception $e) {
129
+        } catch (\Exception $e) {
131 130
             throw new \InvalidArgumentException("file could not be loaded (".$e->getMessage().")");
132 131
         }
133 132
     }
Please login to merge, or discard this patch.