Completed
Push — master ( fec73b...b1fc7b )
by Ryan
16s queued 11s
created
src/htmLawed/htmLawed.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@  discard block
 block discarded – undo
9 9
 See htmLawed_README.txt/htm
10 10
 */
11 11
 
12
+/**
13
+ * @param string $t
14
+ */
12 15
 function htmLawed($t, $C = 1, $S = array()) {
13 16
     $C = is_array($C) ? $C : array();
14 17
     if (!empty($C['valid_xhtml'])) {
@@ -977,6 +980,10 @@  discard block
 block discarded – undo
977 980
     }
978 981
 }
979 982
 
983
+/**
984
+ * @param string $e
985
+ * @param string $a
986
+ */
980 987
 function hl_tag2(&$e, &$a, $t = 1) {
981 988
     // transform tag
982 989
     if ($e == 'big') {
Please login to merge, or discard this patch.