1 | <?php |
||
11 | class ICWNAFWDACG extends ExtendClass implements IClass |
||
12 | { |
||
13 | /** |
||
14 | * session unique identifier |
||
15 | * |
||
16 | * @var int |
||
17 | */ |
||
18 | private $prova; |
||
19 | |||
20 | /** |
||
21 | * comment ClassDep |
||
22 | * |
||
23 | * @var TestNamespace\ClassDep |
||
24 | */ |
||
25 | private $dependency; |
||
26 | |||
27 | /** |
||
28 | * costruttore |
||
29 | */ |
||
30 | final public function __construct($prova) |
||
36 | |||
37 | /** |
||
38 | * @return int |
||
39 | */ |
||
40 | final public function getProva() |
||
44 | } |
||
45 |
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..