diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-30 18:18:55 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-30 18:47:31 +0100 |
| commit | ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (patch) | |
| tree | 7c94111f6f092b4360af16efa0bb720f1d6ea9ad /app/Report/ReportHtmlCell.php | |
| parent | aa318aa388bfe05e30ccd9bce62cde2dba3f43be (diff) | |
| download | webtrees-ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167.tar.gz webtrees-ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167.tar.bz2 webtrees-ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167.zip | |
PHP-CS-FIXER, PSR-2 (mostly!)
Diffstat (limited to 'app/Report/ReportHtmlCell.php')
| -rw-r--r-- | app/Report/ReportHtmlCell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportHtmlCell.php b/app/Report/ReportHtmlCell.php index 5800eca193..f0acc03e45 100644 --- a/app/Report/ReportHtmlCell.php +++ b/app/Report/ReportHtmlCell.php @@ -27,7 +27,7 @@ class ReportHtmlCell extends ReportBaseCell { * * @return void */ - function render($renderer) { + public function render($renderer) { if (strpos($this->text, "{{:ptp:}}") !== false) { return; } |
