Completed
Push — master ( 2cde75...6c52d6 )
by Arne
02:04
created
src/ConfigurationFileReader.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
             /** @var Configuration $configuration */
46 46
             $configuration = new $className();
47 47
             $configuration->exchangeArray($array);
48
-        }
49
-        catch (\InvalidArgumentException $exception)
48
+        } catch (\InvalidArgumentException $exception)
50 49
         {
51 50
             throw new ConfigurationException('', 0, $exception);
52 51
         }
Please login to merge, or discard this patch.