Passed
Push — 2.6.0 ( ...f22176 )
by steve
18:56
created
neon/core/web/UrlManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 	public function getCanonical()
23 23
 	{
24 24
 		$params = neon()->controller->actionParams;
25
-        $params[0] = neon()->controller->getRoute();
25
+		$params[0] = neon()->controller->getRoute();
26 26
 		$urlManager = neon()->getUrlManager();
27 27
 		$url = $urlManager->createUrl($params);
28 28
 		if (strpos($url, '://') === false) {
Please login to merge, or discard this patch.
neon/core/view/SmartySharedPlugins.php 1 patch
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -923,7 +923,4 @@
 block discarded – undo
923 923
 		if (!empty($params['assign'])) {
924 924
 			$smarty->assign($params['assign'], $output);
925 925
 		} else {
926
-			return $output;
927
-		}
928
-	}
929
-}
926
+			return $output
930 927
\ No newline at end of file
Please login to merge, or discard this patch.