Completed
Push — master ( ea9042...b8ca07 )
by Tobias
02:57
created
event/listener.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,7 @@
 block discarded – undo
103 103
 		if (is_int($position))
104 104
 		{
105 105
 			array_splice($array, $position, 0, $insert);
106
-		}
107
-		else
106
+		} else
108 107
 		{
109 108
 			$pos   = array_search($position, array_keys($array));
110 109
 			$array = array_merge(
Please login to merge, or discard this patch.