diff options
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 |
