Passed
Pull Request — master (#892)
by
unknown
09:44 queued 04:31
created
framework/Collections/TWeakList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
 					$this->weakAdd($object);
183 183
 				}
184 184
 				if ($object === null) {
185
-					$this->_c--;	//on read only, parent::removeAt won't remove for scrub.
185
+					$this->_c--; //on read only, parent::removeAt won't remove for scrub.
186 186
 					if ($i === $this->_c) {
187 187
 						array_pop($this->_d);
188 188
 					} else {
Please login to merge, or discard this patch.