Completed
Push — master ( 6ada0e...35727f )
by Jean-Christophe
04:07
created
Ajax/php/yii/JsUtils.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,9 @@
 block discarded – undo
6 6
 
7 7
 class JsUtils extends \Ajax\JsUtils{
8 8
 	public function getUrl($url){
9
-		if($url==="")
10
-			$url="/";
9
+		if($url==="") {
10
+					$url="/";
11
+		}
11 12
 		return Url::toRoute($url);
12 13
 	}
13 14
 
Please login to merge, or discard this patch.
Ajax/JsUtils.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 	public abstract function forward($initialController,$controller,$action);
65 65
 	/**
66 66
 	 * render the content of an existing view : $viewName and set the response to the modal content
67
- 	 * @param Controller $initialControllerInstance
67
+	 * @param Controller $initialControllerInstance
68 68
 	 * @param View $viewName
69 69
 	 * @param $params The parameters to pass to the view
70 70
 	 */
Please login to merge, or discard this patch.