1 | <?php |
||
16 | abstract class AbstractInterfaceType extends AbstractType |
||
17 | { |
||
18 | |||
19 | |||
20 | /** |
||
21 | * ObjectType constructor. |
||
22 | * @param $config |
||
23 | */ |
||
24 | 1 | public function __construct($config = []) |
|
32 | |||
33 | public function getPossibleTypes() |
||
37 | |||
38 | abstract protected function build(InterfaceTypeConfig $config); |
||
39 | |||
40 | 1 | public function checkBuild() |
|
47 | |||
48 | public function isPossibleType() |
||
52 | |||
53 | public function getObjectType() |
||
57 | |||
58 | public function getName() |
||
62 | |||
63 | 1 | public function getKind() |
|
67 | |||
68 | public function isValidValue($value) |
||
72 | |||
73 | } |
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..