Passed
Push — master ( 04e442...6900bc )
by Fabio
04:44
created
framework/Collections/TPriorityCollectionTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		$this->_p = TPropertyValue::ensureInteger($value);
106 106
 		$this->setDefaultPriority($this->_dp);
107 107
 		$_d = [];
108
-		foreach(array_keys($this->_d) as $priority) {
108
+		foreach (array_keys($this->_d) as $priority) {
109 109
 			$newPriority = $this->ensurePriority($priority);
110 110
 			if (array_key_exists($newPriority, $_d)) {
111 111
 				$_d[$newPriority] = array_merge($_d[$newPriority], $this->_d[$priority]);
Please login to merge, or discard this patch.