Completed
Push — permissions ( 169704 )
by
unknown
25s queued 20s
created
framework/Shell/TShellLoginBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 			}
111 111
 		}
112 112
 		$password = $this->_password;
113
-		$this->_password = '';	//Do not store the Password.
113
+		$this->_password = ''; //Do not store the Password.
114 114
 		if (!$this->getOwner()->login($this->_username, $password)) {
115 115
 			$writer->writeError("Could not Authenticate the user");
116 116
 			$writer->flush();
Please login to merge, or discard this patch.
framework/Util/Behaviors/TParameterizeBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
 			$owner = $this->getOwner();
134 134
 			if ($this->_localize) {
135 135
 				$_property = $this->_property;
136
-				$this->_paramBehavior = new TMapRouteBehavior($this->_parameter, function ($v) use ($owner, $_property) {
136
+				$this->_paramBehavior = new TMapRouteBehavior($this->_parameter, function($v) use ($owner, $_property) {
137 137
 					$owner->$_property = Prado::localize($v);
138 138
 				});
139 139
 			} else {
Please login to merge, or discard this patch.