diff options
| author | Greg Roach <fisharebest@gmail.com> | 2018-10-06 18:44:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-06 18:44:13 +0100 |
| commit | e33d66762436a8bb1ed10d6d6d0f23bb8f2f0fe3 (patch) | |
| tree | 3d03849b25eb35c66dc02c9ef2931a55afb27c7d /app/Report/ReportParserBase.php | |
| parent | 208e9f762b2d87324d4f7e01791fd398ccf1cc27 (diff) | |
| download | webtrees-e33d66762436a8bb1ed10d6d6d0f23bb8f2f0fe3.tar.gz webtrees-e33d66762436a8bb1ed10d6d6d0f23bb8f2f0fe3.tar.bz2 webtrees-e33d66762436a8bb1ed10d6d6d0f23bb8f2f0fe3.zip | |
Apply fixes from StyleCI (#1946)
Diffstat (limited to 'app/Report/ReportParserBase.php')
| -rw-r--r-- | app/Report/ReportParserBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportParserBase.php b/app/Report/ReportParserBase.php index e17cc796e9..d3ee05f02e 100644 --- a/app/Report/ReportParserBase.php +++ b/app/Report/ReportParserBase.php @@ -82,7 +82,7 @@ class ReportParserBase if (method_exists($this, $method)) { $this->$method($attrs); - } + } } /** |
