Passed
Push — master ( 123922...c30da6 )
by Goffy
09:11 queued 04:26
created
class/Files/CreateHtmlCode.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             $ret = "{$t}<{$tag}{$attr}>{$n}";
69 69
         } elseif ($noClosed) {
70 70
             $ret = "{$t}<{$tag}{$attr} />{$n}";
71
-		} elseif ($multiLine) {
71
+        } elseif ($multiLine) {
72 72
             $ret = "{$t}<{$tag}{$attr}>{$n}";
73 73
             $ret .= "{$content}";
74 74
             $ret .= "{$t}</{$tag}>{$n}";
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * @public function getHtmlComment
113 113
      * @param string $htmlComment
114
-	 * @param string $n
114
+     * @param string $n
115 115
      * @return string
116 116
      */
117 117
     public function getHtmlComment($htmlComment = '', $n = '')
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
         return "{$t}<strong{$rStrongClass}>{$content}</strong>{$n}";
322 322
     }
323 323
 
324
-	/**
324
+    /**
325 325
      * @public function getHtmlAnchor
326 326
      * @param string $url
327 327
      * @param string $content
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
      * @param string $alt
349 349
      * @param string $imgClass
350 350
      * @param string $t
351
-	 * @param string $n
351
+     * @param string $n
352 352
      * @return string
353 353
      */
354 354
     public function getHtmlImage($src = 'blank.gif', $alt = 'blank.gif', $imgClass = '', $t = '', $n = '')
Please login to merge, or discard this patch.