Completed
Push — master ( e2fb83...7c717d )
by Todd
03:21
created
src/htmLawed/htmLawed.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 
12 12
 /**
13 13
  * @param string $t
14
- * @param int|array $C
14
+ * @param integer $C
15 15
  * @param array|string $S
16 16
  * @return string
17 17
  */
@@ -591,6 +591,9 @@  discard block
 block discarded – undo
591 591
 // eof
592 592
 }
593 593
 
594
+/**
595
+ * @param string $t
596
+ */
594 597
 function hl_spec($t) {
595 598
 // final $spec
596 599
     $s = array();
@@ -925,6 +928,10 @@  discard block
 block discarded – undo
925 928
 // eof
926 929
 }
927 930
 
931
+/**
932
+ * @param string $e
933
+ * @param string $a
934
+ */
928 935
 function hl_tag2(&$e, &$a, $t = 1) {
929 936
 // transform tag
930 937
     if ($e == 'center') {
Please login to merge, or discard this patch.