summaryrefslogtreecommitdiff
path: root/app/Report/ReportBaseElement.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2018-10-09 17:07:20 +0100
committerGitHub <noreply@github.com>2018-10-09 17:07:20 +0100
commit2f3269d801e2b43781d012e88eba037e21b50f14 (patch)
tree92370953b2fe067c98c16013dad3c859cd2a6022 /app/Report/ReportBaseElement.php
parentc21bdddc89b941099aac7bad64af11da73acab4e (diff)
downloadwebtrees-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.php2
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 = '';