@@ -41,8 +41,8 @@ |
||
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | 43 | * @param array $matrix |
| 44 | - * @param string|int $key key to filter |
|
| 45 | - * @param string|int|float|null|array|object $value to compare against (strict comparison) |
|
| 44 | + * @param string $key key to filter |
|
| 45 | + * @param string $value to compare against (strict comparison) |
|
| 46 | 46 | * @return array |
| 47 | 47 | */ |
| 48 | 48 | public static function matrixFilterByValue(array $matrix, $key, $value) |