1 | <?php |
||
12 | class ICWNAFWDACGSA 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, ClassDep $dependency = null) |
||
40 | |||
41 | /** |
||
42 | * @return int |
||
43 | */ |
||
44 | final public function getProva() |
||
48 | |||
49 | /** |
||
50 | * @var prova int |
||
51 | */ |
||
52 | final public function setProva(int $prova) |
||
56 | |||
57 | /** |
||
58 | * @return NamespaceDep\ClassDep |
||
59 | */ |
||
60 | final public function getDependency() |
||
64 | |||
65 | /** |
||
66 | * @var dependency NamespaceDep\ClassDep |
||
67 | */ |
||
68 | final public function setDependency(ClassDep $dependency) |
||
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..