@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * |
| 60 | 60 | * @param mixed $item |
| 61 | 61 | * the item to examine |
| 62 | - * @return array |
|
| 62 | + * @return string[] |
|
| 63 | 63 | * the list of type(s) that this item can be |
| 64 | 64 | */ |
| 65 | 65 | public function __invoke($item) |
@@ -62,8 +62,6 @@ |
||
| 62 | 62 | * by array, we mean something that you can pass to any of PHP's |
| 63 | 63 | * array_xxx() functions |
| 64 | 64 | * |
| 65 | - * @param mixed $item |
|
| 66 | - * the item to be checked |
|
| 67 | 65 | * @return boolean |
| 68 | 66 | * TRUE if the item is an array |
| 69 | 67 | * FALSE otherwise |