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