Completed
Push — master ( bbb742...e4897b )
by smiley
02:38
created
src/ArrayHelpers/ByteArrayDispenser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,7 @@
 block discarded – undo
69 69
 			}
70 70
 
71 71
 			return $out;
72
-		}
73
-		catch(Exception $e){
72
+		} catch(Exception $e){
74 73
 			throw new TraitException($e->getMessage());
75 74
 		}
76 75
 
Please login to merge, or discard this patch.