| 1 | <?php |
||
| 21 | class JobManagerStrategy implements StrategyInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * |
||
| 25 | * |
||
| 26 | * @var array |
||
| 27 | */ |
||
| 28 | private $metaData = []; |
||
| 29 | |||
| 30 | |||
| 31 | public function extract($value) |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Converts the given value so that it can be hydrated by the hydrator. |
||
| 47 | * |
||
| 48 | * @param mixed $value The original value. |
||
| 49 | * @param array $data (optional) The original data for context. |
||
| 50 | * |
||
| 51 | * @return mixed Returns the value that should be hydrated. |
||
| 52 | */ |
||
| 53 | public function hydrate($value) |
||
| 75 | } |
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..