Completed
Push — master ( d7d461...570560 )
by Nazar
05:30 queued 01:12
created
core/traits/Request/Compatibility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	 *
27 27
 	 * @return mixed
28 28
 	 */
29
-	function &offsetGet ($index) {
29
+	function &offsetGet($index) {
30 30
 		return $this->route_ids[$index];
31 31
 	}
32 32
 	/**
Please login to merge, or discard this patch.