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 1 patch
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.