Passed
Push — master ( dc84c0...f35cb6 )
by Fabio
06:45
created
framework/Shell/Actions/TAppAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 			return false;
43 43
 		}
44 44
 		$app = $this->initializePradoApplication($args[1]);
45
-		if($app === false) {
45
+		if ($app === false) {
46 46
 			return false;
47 47
 		}
48 48
 		$this->_outWriter->flush();
Please login to merge, or discard this patch.
framework/Web/UI/WebControls/TDataGridColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -496,7 +496,7 @@
 block discarded – undo
496 496
 				$control->setItemIndex($item->getItemIndex());
497 497
 				$control->setItemType($item->getItemType());
498 498
 			}
499
-			if($data !== null) {
499
+			if ($data !== null) {
500 500
 				$control->setData($data);
501 501
 			}
502 502
 		}
Please login to merge, or discard this patch.