@@ -17,6 +17,7 @@ |
||
17 | 17 | * @param array $input |
18 | 18 | * @param bool $only |
19 | 19 | * @param bool $allow_empty Should an empty $input return true |
20 | + * @param string $type |
|
20 | 21 | * @return bool |
21 | 22 | */ |
22 | 23 | private static function hasKeysByType($type, array $input, $only = false, $allow_empty = false) |