Passed
Push — php8 ( 7ef3e2...94505a )
by Fabio
07:04 queued 01:51
created
framework/Web/UI/WebControls/TTextBox.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
 				$writer->addAttribute('value', $text);
177 177
 			}
178 178
 
179
-			switch($this->getAutoCompleteType()) {
179
+			switch ($this->getAutoCompleteType()) {
180 180
 				case TTextBoxAutoCompleteType::Enabled:
181 181
 					$writer->addAttribute('autocomplete', 'on');
182 182
 					break;
Please login to merge, or discard this patch.
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.