diff options
Diffstat (limited to 'app/Report')
| -rw-r--r-- | app/Report/ReportBaseCell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportBaseCell.php b/app/Report/ReportBaseCell.php index 12a024658a..e828bc2017 100644 --- a/app/Report/ReportBaseCell.php +++ b/app/Report/ReportBaseCell.php @@ -65,7 +65,7 @@ class ReportBaseCell extends ReportBaseElement { */ public $left; /** - * Indicates where the current position should go after the call. Possible values are:<ul><li>0: to the right [DEFAULT]</li><li>1: to the beginning of the next line</li><li>2: below</li></ul> + * Indicates where the current position should go after the call. Possible values are:<ul><li>0: to the right [DEFAULT]</li><li>1: to the beginning of the next line</li><li>2: below</li></ul> * * @var int */ |
