Passed
Push — develop ( 29faa4...07e7ff )
by Neill
33:04 queued 19:04
created
neon/core/view/SmartySharedPlugins.php 1 patch
Switch 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.
neon/core/helpers/Html.php 1 patch
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -333,7 +333,4 @@
 block discarded – undo
333 333
 			return $html;
334 334
 		}
335 335
 		profile_end('Html::Highlight');
336
-		return $html;
337
-	}
338
-
339
-}
336
+		return $html
340 337
\ No newline at end of file
Please login to merge, or discard this patch.