Passed
Push — master ( 755472...23808d )
by Adam
03:58
created
lib/Caxy/HtmlDiff/LcsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@
 block discarded – undo
70 70
      * @param $c
71 71
      * @param $a
72 72
      * @param $b
73
-     * @param $i
74
-     * @param $j
73
+     * @param integer $i
74
+     * @param integer $j
75 75
      * @param $matches
76 76
      */
77 77
     protected function compileMatches($c, $a, $b, $i, $j, &$matches)
Please login to merge, or discard this patch.
lib/Caxy/HtmlDiff/ListDiffLines.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param \simple_html_dom|\simple_html_dom_node $dom
94
+     * @param \simple_html_dom $dom
95 95
      *
96 96
      * @return \simple_html_dom_node[]|\simple_html_dom_node|null
97 97
      */
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@
 block discarded – undo
24 24
      * @var array
25 25
      */
26 26
     protected static $listContentTags = array(
27
-        'h1','h2','h3','h4','h5','pre','div','br','hr','code',
28
-        'input','form','img','span','a','i','b','strong','em',
29
-        'font','big','del','tt','sub','sup','strike',
27
+        'h1', 'h2', 'h3', 'h4', 'h5', 'pre', 'div', 'br', 'hr', 'code',
28
+        'input', 'form', 'img', 'span', 'a', 'i', 'b', 'strong', 'em',
29
+        'font', 'big', 'del', 'tt', 'sub', 'sup', 'strike',
30 30
     );
31 31
 
32 32
     /**
Please login to merge, or discard this patch.