@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Truncate the GET array to a specified length |
21 | 21 | * @param array $arr The array to truncate |
22 | - * @param max_length $max_length The upperbound on the length |
|
22 | + * @param integer $max_length The upperbound on the length |
|
23 | 23 | * |
24 | 24 | * @return array The truncated array |
25 | 25 | */ |