Completed
Pull Request — master (#24)
by Ryan
03:50 queued 02:48
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
  */
@@ -605,6 +605,9 @@  discard block
 block discarded – undo
605 605
     return $r;
606 606
 }
607 607
 
608
+/**
609
+ * @param string $t
610
+ */
608 611
 function hl_spec($t) {
609 612
     // final $spec
610 613
     $s = array();
@@ -973,6 +976,10 @@  discard block
 block discarded – undo
973 976
     }
974 977
 }
975 978
 
979
+/**
980
+ * @param string $e
981
+ * @param string $a
982
+ */
976 983
 function hl_tag2(&$e, &$a, $t = 1) {
977 984
     // transform tag
978 985
     if ($e == 'big') {
Please login to merge, or discard this patch.