Completed
Push — master ( 659231...788af6 )
by Wanderson
05:06
created
app/model/Win/Alert/Alert.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 
31 31
 	/**
32 32
 	 * Carrega o html do alerta
33
-	 * @param Alert $alert
34 33
 	 */
35 34
 	public function load() {
36 35
 		$block = new Block('alert/alert', ['alert' => $this]);
Please login to merge, or discard this patch.
app/model/Win/Mvc/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 	 * @return User
90 90
 	 */
91 91
 	public function getUser() {
92
-		if(is_null($this->user)):
92
+		if (is_null($this->user)):
93 93
 			$this->user = User::getCurrentUser();
94 94
 		endif;
95 95
 		return $this->user;
Please login to merge, or discard this patch.