Completed
Push — feature/update-1-2-4-2 ( 919837 )
by Ryan
03:10
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'])){
@@ -631,6 +634,10 @@  discard block
 block discarded – undo
631 634
 else{return $C['hook_tag']($e, $a);}
632 635
 }
633 636
 
637
+/**
638
+ * @param string $e
639
+ * @param string $a
640
+ */
634 641
 function hl_tag2(&$e, &$a, $t=1){
635 642
 // transform tag
636 643
 if($e == 'big'){$e = 'span'; return 'font-size: larger;';}
Please login to merge, or discard this patch.