Completed
Push — master ( b96a07...d3cdb3 )
by Hannes
04:22 queued 03:33
created
paperinvoice/FPDF.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
      *
283 283
      * @param string $txt String to print. Default value: empty string.
284 284
      *
285
-     * @param string|int $border Indicates if borders must be drawn around the
285
+     * @param integer $border Indicates if borders must be drawn around the
286 286
      * cell. The value can be either a number: 0 for no border, 1 for a frame.
287 287
      * Or a string containing some or all of the following characters (in any
288 288
      * order): 'L' for left, 'T' for top, 'R' for right or 'B' for bottom.
Please login to merge, or discard this patch.