@@ -282,7 +282,7 @@ |
||
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. |