diff options
| author | Greg Roach <fisharebest@gmail.com> | 2018-10-09 17:07:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-09 17:07:20 +0100 |
| commit | 2f3269d801e2b43781d012e88eba037e21b50f14 (patch) | |
| tree | 92370953b2fe067c98c16013dad3c859cd2a6022 /app/Report/ReportBaseElement.php | |
| parent | c21bdddc89b941099aac7bad64af11da73acab4e (diff) | |
| download | webtrees-2f3269d801e2b43781d012e88eba037e21b50f14.tar.gz webtrees-2f3269d801e2b43781d012e88eba037e21b50f14.tar.bz2 webtrees-2f3269d801e2b43781d012e88eba037e21b50f14.zip | |
Apply fixes from StyleCI (#1955)
Diffstat (limited to 'app/Report/ReportBaseElement.php')
| -rw-r--r-- | app/Report/ReportBaseElement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportBaseElement.php b/app/Report/ReportBaseElement.php index 9d95af5372..d37c7b32b7 100644 --- a/app/Report/ReportBaseElement.php +++ b/app/Report/ReportBaseElement.php @@ -23,7 +23,7 @@ namespace Fisharebest\Webtrees\Report; class ReportBaseElement { // Special value for X or Y position, to indicate the current position. - CONST CURRENT_POSITION = -1.0; + const CURRENT_POSITION = -1.0; /** @var string Text */ public $text = ''; |
