diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-12-18 11:28:52 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-12-18 11:42:28 +0000 |
| commit | e20523594b1c9198044ea2549fd5fab80283ede4 (patch) | |
| tree | b68bf18600b8aa133a0e03407f7f16d8207cd1cb /app/Functions | |
| parent | 07cae1156c3ade93a10becbc6a3bba7bcf932920 (diff) | |
| download | webtrees-e20523594b1c9198044ea2549fd5fab80283ede4.tar.gz webtrees-e20523594b1c9198044ea2549fd5fab80283ede4.tar.bz2 webtrees-e20523594b1c9198044ea2549fd5fab80283ede4.zip | |
PHP-CS-FIXER
Diffstat (limited to 'app/Functions')
| -rw-r--r-- | app/Functions/FunctionsPrintLists.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Functions/FunctionsPrintLists.php b/app/Functions/FunctionsPrintLists.php index 5401e205db..d7adc8bd4e 100644 --- a/app/Functions/FunctionsPrintLists.php +++ b/app/Functions/FunctionsPrintLists.php @@ -2162,7 +2162,7 @@ class FunctionsPrintLists { /** * Print a chart by age using Google chart API * - * @param integer[] $data + * @param int[] $data * @param string $title * * @return string @@ -2233,7 +2233,7 @@ class FunctionsPrintLists { /** * Print a chart by decade using Google chart API * - * @param integer[] $data + * @param int[] $data * @param string $title * * @return string |
