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/ReportPdfCell.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/ReportPdfCell.php')
| -rw-r--r-- | app/Report/ReportPdfCell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php index 4c1000f9d8..669d03a5f9 100644 --- a/app/Report/ReportPdfCell.php +++ b/app/Report/ReportPdfCell.php @@ -27,7 +27,7 @@ class ReportPdfCell extends ReportBaseCell { * * @return void */ - function render($renderer) { + public function render($renderer) { // Set up the text style if (($renderer->getCurrentStyle()) != ($this->styleName)) { |
