Passed
Push — development ( e7eb97...e615e2 )
by Spuds
01:30 queued 23s
created
sources/ElkArte/UrlGenerator/Semantic/Profile.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * {@inheritDoc}
30 30
 	 */
31
-    public function generate($params)
31
+	public function generate($params)
32 32
 	{
33 33
 		// Safely build a slug from the display name; guard against null
34 34
 		$name = isset($params['name']) && $params['name'] !== null ? (string) $params['name'] : '';
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	 * {@inheritDoc}
30 30
 	 */
31 31
     public function generate($params)
32
-	{
32
+    {
33 33
 		// Safely build a slug from the display name; guard against null
34 34
 		$name = isset($params['name']) && $params['name'] !== null ? (string) $params['name'] : '';
35 35
 		$name = trim($name);
Please login to merge, or discard this patch.