Passed
Push — master ( 86c8f0...871627 )
by Benjamin
03:46
created
src/netfocusinc/argh/Language.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -253,8 +253,7 @@
 block discarded – undo
253 253
 		{
254 254
 			// Create an array of Rules
255 255
 			$this->rules = array();
256
-		}
257
-		catch(\Exception $e)
256
+		} catch(\Exception $e)
258 257
 		{
259 258
 			throw($e);
260 259
 		}
Please login to merge, or discard this patch.