From e20523594b1c9198044ea2549fd5fab80283ede4 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 18 Dec 2015 11:28:52 +0000 Subject: PHP-CS-FIXER --- app/Functions/FunctionsPrintLists.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Functions') 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 -- cgit v1.3