| 1 | <?php |
||
| 16 | class InterfaceType extends AbstractType |
||
| 17 | { |
||
| 18 | |||
| 19 | |||
| 20 | /** |
||
| 21 | * ObjectType constructor. |
||
| 22 | * @param $config |
||
| 23 | */ |
||
| 24 | public function __construct($config = []) |
||
| 32 | |||
| 33 | public function getPossibleTypes() |
||
| 37 | |||
| 38 | public function isPossibleType() |
||
| 42 | |||
| 43 | public function getObjectType() |
||
| 47 | |||
| 48 | public function getName() |
||
| 52 | |||
| 53 | public function getKind() |
||
| 57 | |||
| 58 | public function isValidValue($value) |
||
| 62 | |||
| 63 | } |
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..