Passed
Branch tests1.5 (221a35)
by Wanderson
01:16
created
dev/tests/www/app/controller/DemoController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@
 block discarded – undo
32 32
 	}
33 33
 
34 34
 
35
-	public function tryRedirect(){
35
+	public function tryRedirect() {
36 36
 		$this->redirect('exemplo');
37 37
 	}
38 38
 
39
-	public function tryRefresh(){
39
+	public function tryRefresh() {
40 40
 		$this->refresh();
41 41
 	}
42 42
 }
Please login to merge, or discard this patch.