@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @return mixed |
|
61 | + * @return string|null |
|
62 | 62 | */ |
63 | 63 | public function getCODCode() |
64 | 64 | { |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
79 | - * @return mixed |
|
79 | + * @return string|null |
|
80 | 80 | */ |
81 | 81 | public function getCODFundsCode() |
82 | 82 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | /** |
91 | - * @return int|null |
|
91 | + * @return integer |
|
92 | 92 | */ |
93 | 93 | public function getLength() |
94 | 94 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return int|null |
|
110 | + * @return integer |
|
111 | 111 | */ |
112 | 112 | public function getWidth() |
113 | 113 | { |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |
129 | - * @return int|null |
|
129 | + * @return integer |
|
130 | 130 | */ |
131 | 131 | public function getHeight() |
132 | 132 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @return mixed |
|
40 | + * @return double |
|
41 | 41 | */ |
42 | 42 | public function getMonetaryValue() |
43 | 43 | { |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @return mixed |
|
122 | + * @return string |
|
123 | 123 | */ |
124 | 124 | public function getUndeliverableEmailAddress() |
125 | 125 | { |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | } |
136 | 136 | |
137 | 137 | /** |
138 | - * @return mixed |
|
138 | + * @return string |
|
139 | 139 | */ |
140 | 140 | public function getFromEmailAddress() |
141 | 141 | { |
@@ -151,7 +151,7 @@ discard block |
||
151 | 151 | } |
152 | 152 | |
153 | 153 | /** |
154 | - * @return mixed |
|
154 | + * @return string |
|
155 | 155 | */ |
156 | 156 | public function getFromName() |
157 | 157 | { |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | } |
168 | 168 | |
169 | 169 | /** |
170 | - * @return mixed |
|
170 | + * @return string |
|
171 | 171 | */ |
172 | 172 | public function getMemo() |
173 | 173 | { |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | } |
190 | 190 | |
191 | 191 | /** |
192 | - * @return mixed |
|
192 | + * @return string |
|
193 | 193 | */ |
194 | 194 | public function getSubject() |
195 | 195 | { |
@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | } |
212 | 212 | |
213 | 213 | /** |
214 | - * @return mixed |
|
214 | + * @return string |
|
215 | 215 | */ |
216 | 216 | public function getSubjectCode() |
217 | 217 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @return mixed |
|
40 | + * @return double |
|
41 | 41 | */ |
42 | 42 | public function getMonetaryValue() |
43 | 43 | { |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | - * @return mixed |
|
28 | + * @return string|null |
|
29 | 29 | */ |
30 | 30 | public function getLatitude() |
31 | 31 | { |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | /** |
44 | - * @return mixed |
|
44 | + * @return string|null |
|
45 | 45 | */ |
46 | 46 | public function getLongitude() |
47 | 47 | { |
@@ -45,6 +45,9 @@ |
||
45 | 45 | return $node; |
46 | 46 | } |
47 | 47 | |
48 | + /** |
|
49 | + * @return string|null |
|
50 | + */ |
|
48 | 51 | public function getCurrencyCode() |
49 | 52 | { |
50 | 53 | return $this->currencyCode; |
@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |
63 | - * @return mixed |
|
63 | + * @return integer |
|
64 | 64 | */ |
65 | 65 | public function getMaximumListSize() |
66 | 66 | { |
@@ -80,7 +80,7 @@ |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @return mixed |
|
83 | + * @return string|null |
|
84 | 84 | */ |
85 | 85 | public function getNotificationCode() |
86 | 86 | { |