1 | <?php |
||
11 | class ManifestType |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @property string $id |
||
16 | */ |
||
17 | private $id = null; |
||
18 | |||
19 | /** |
||
20 | * @property |
||
21 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference[] |
||
22 | * $reference |
||
23 | */ |
||
24 | private $reference = 'array()'; |
||
25 | |||
26 | /** |
||
27 | * Gets as id |
||
28 | * |
||
29 | * @return string |
||
30 | */ |
||
31 | public function getId() |
||
35 | |||
36 | /** |
||
37 | * Sets a new id |
||
38 | * |
||
39 | * @param string $id |
||
40 | * @return self |
||
41 | */ |
||
42 | public function setId($id) |
||
47 | |||
48 | /** |
||
49 | * Adds as reference |
||
50 | * |
||
51 | * @return self |
||
52 | * @param |
||
53 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference |
||
54 | * $reference |
||
55 | */ |
||
56 | public function addToReference(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference $reference) |
||
61 | |||
62 | /** |
||
63 | * isset reference |
||
64 | * |
||
65 | * @param scalar $index |
||
66 | * @return boolean |
||
67 | */ |
||
68 | public function issetReference($index) |
||
72 | |||
73 | /** |
||
74 | * unset reference |
||
75 | * |
||
76 | * @param scalar $index |
||
77 | * @return void |
||
78 | */ |
||
79 | public function unsetReference($index) |
||
83 | |||
84 | /** |
||
85 | * Gets as reference |
||
86 | * |
||
87 | * @return |
||
88 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference[] |
||
89 | */ |
||
90 | public function getReference() |
||
94 | |||
95 | /** |
||
96 | * Sets a new reference |
||
97 | * |
||
98 | * @param |
||
99 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference[] |
||
100 | * $reference |
||
101 | * @return self |
||
102 | */ |
||
103 | public function setReference(array $reference) |
||
108 | |||
109 | |||
110 | } |
||
111 | |||
112 |
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..