Completed
Push — master ( b4f428...a74d38 )
by Michael
02:21
created
xoops_trust_path/libs/altsys/include/Text_Diff.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -532,7 +532,7 @@  discard block
 block discarded – undo
532 532
      * @param $xlim
533 533
      * @param $yoff
534 534
      * @param $ylim
535
-     * @param $nchunks
535
+     * @param double $nchunks
536 536
      * @return array
537 537
      */
538 538
 
@@ -692,10 +692,10 @@  discard block
 block discarded – undo
692 692
      *
693 693
      * Note that XLIM, YLIM are exclusive bounds.  All line numbers are
694 694
      * origin-0 and discarded lines are not counted.
695
-     * @param $xoff
696
-     * @param $xlim
697
-     * @param $yoff
698
-     * @param $ylim
695
+     * @param integer $xoff
696
+     * @param integer $xlim
697
+     * @param integer $yoff
698
+     * @param integer $ylim
699 699
      */
700 700
 
701 701
     public function _compareseq($xoff, $xlim, $yoff, $ylim)
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/include/Text_Diff_Renderer.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -145,10 +145,10 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param $xbeg
149
-     * @param $xlen
150
-     * @param $ybeg
151
-     * @param $ylen
148
+     * @param integer $xbeg
149
+     * @param integer $xlen
150
+     * @param integer $ybeg
151
+     * @param integer $ylen
152 152
      * @param $edits
153 153
      * @return string
154 154
      */
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     }
218 218
 
219 219
     /**
220
-     * @param $header
220
+     * @param string $header
221 221
      * @return string
222 222
      */
223 223
 
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/include/Text_Diff_Renderer_inline.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @param        $lines
88
+     * @param        string[] $lines
89 89
      * @param string $prefix
90 90
      * @param bool   $encode
91 91
      * @return string
@@ -188,8 +188,8 @@  discard block
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-     * @param        $string
192
-     * @param string $newlineEscape
191
+     * @param        string $string
192
+     * @param string string
193 193
      * @return array
194 194
      */
195 195
 
Please login to merge, or discard this patch.