| 1 | <?php |
||
| 12 | class ICWNAFWDACGSAS extends ExtendClass implements IClass |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * session unique identifier |
||
| 16 | * |
||
| 17 | * @var int |
||
| 18 | */ |
||
| 19 | private static $prova; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * comment ClassDep |
||
| 23 | * |
||
| 24 | * @var NamespaceDep\ClassDep |
||
| 25 | */ |
||
| 26 | private static $dependency; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * costruttore |
||
| 30 | */ |
||
| 31 | final public function __construct() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return int |
||
| 37 | */ |
||
| 38 | final public static function getProva() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @var prova int |
||
| 45 | */ |
||
| 46 | final public static function setProva(int $prova) |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @return NamespaceDep\ClassDep |
||
| 53 | */ |
||
| 54 | final public static function getDependency() |
||
| 58 | |||
| 59 | /** |
||
| 60 | * @var dependency NamespaceDep\ClassDep |
||
| 61 | */ |
||
| 62 | final public static function setDependency(ClassDep $dependency) |
||
| 66 | } |
||
| 67 |
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..