Completed
Pull Request — master (#18)
by Alexandre
11:05 queued 07:41
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
  */
@@ -600,6 +600,9 @@  discard block
 block discarded – undo
600 600
     return $r;
601 601
 }
602 602
 
603
+/**
604
+ * @param string $t
605
+ */
603 606
 function hl_spec($t) {
604 607
 // final $spec
605 608
     $s = array();
@@ -954,6 +957,10 @@  discard block
 block discarded – undo
954 957
     }
955 958
 }
956 959
 
960
+/**
961
+ * @param string $e
962
+ * @param string $a
963
+ */
957 964
 function hl_tag2(&$e, &$a, $t = 1) {
958 965
 // transform tag
959 966
     if ($e == 'big') {
Please login to merge, or discard this patch.