@@ -42,7 +42,7 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * @param array $matrix |
| 44 | 44 | * @param string $key key to filter |
| 45 | - * @param mixed $value to compare against (strict comparison) |
|
| 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) |