| 1 | <?php |
||
| 11 | class Collection extends BaseCollection |
||
| 12 | { |
||
| 13 | private $keys = []; |
||
| 14 | /** |
||
| 15 | * Convert the value based on the supplied modifiers |
||
| 16 | * |
||
| 17 | * @param string $key [description] |
||
| 18 | * @param mixed $value [description] |
||
| 19 | * @param string $direction [description] |
||
| 20 | * @return mixed [description] |
||
| 21 | */ |
||
| 22 | public function convert($key, $value, $direction = Modifier::DIRECTION_TO) |
||
| 33 | } |
||
| 34 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..