Completed
Push — feature/update-1-2-4-2 ( e4b349...2334f3 )
by Ryan
03:08
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'])) {
@@ -974,6 +977,10 @@  discard block
 block discarded – undo
974 977
     }
975 978
 }
976 979
 
980
+/**
981
+ * @param string $e
982
+ * @param string $a
983
+ */
977 984
 function hl_tag2(&$e, &$a, $t = 1) {
978 985
     // transform tag
979 986
     if ('big' == $e) {
Please login to merge, or discard this patch.