Completed
Push — develop ( d39876...99582e )
by Mikaël
32:46
created
src/StructType/EwsRecipientTrackingEventType.php 1 patch
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
     /**
135 135
      * Get Date value
136
-     * @return string|null
136
+     * @return string
137 137
      */
138 138
     public function getDate()
139 139
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     }
156 156
     /**
157 157
      * Get Recipient value
158
-     * @return \Ews\StructType\EwsEmailAddressType|null
158
+     * @return EwsEmailAddressType
159 159
      */
160 160
     public function getRecipient()
161 161
     {
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     }
174 174
     /**
175 175
      * Get DeliveryStatus value
176
-     * @return string|null
176
+     * @return string
177 177
      */
178 178
     public function getDeliveryStatus()
179 179
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
     /**
197 197
      * Get EventDescription value
198
-     * @return string|null
198
+     * @return string
199 199
      */
200 200
     public function getEventDescription()
201 201
     {
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     }
218 218
     /**
219 219
      * Get EventData value
220
-     * @return \Ews\ArrayType\EwsArrayOfStringsType|null
220
+     * @return \Ews\ArrayType\EwsArrayOfStringsType
221 221
      */
222 222
     public function getEventData()
223 223
     {
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
     }
236 236
     /**
237 237
      * Get Server value
238
-     * @return string|null
238
+     * @return string
239 239
      */
240 240
     public function getServer()
241 241
     {
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
     }
262 262
     /**
263 263
      * Get InternalId value
264
-     * @return int|null
264
+     * @return integer
265 265
      */
266 266
     public function getInternalId()
267 267
     {
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     }
284 284
     /**
285 285
      * Get BccRecipient value
286
-     * @return bool|null
286
+     * @return boolean
287 287
      */
288 288
     public function getBccRecipient()
289 289
     {
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     }
302 302
     /**
303 303
      * Get HiddenRecipient value
304
-     * @return bool|null
304
+     * @return boolean
305 305
      */
306 306
     public function getHiddenRecipient()
307 307
     {
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
     }
320 320
     /**
321 321
      * Get UniquePathId value
322
-     * @return string|null
322
+     * @return string
323 323
      */
324 324
     public function getUniquePathId()
325 325
     {
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
     }
346 346
     /**
347 347
      * Get RootAddress value
348
-     * @return string|null
348
+     * @return string
349 349
      */
350 350
     public function getRootAddress()
351 351
     {
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
     }
372 372
     /**
373 373
      * Get Properties value
374
-     * @return \Ews\ArrayType\EwsArrayOfTrackingPropertiesType|null
374
+     * @return \Ews\ArrayType\EwsArrayOfTrackingPropertiesType
375 375
      */
376 376
     public function getProperties()
377 377
     {
Please login to merge, or discard this patch.
src/StructType/EwsRecurringDateTransitionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     }
30 30
     /**
31 31
      * Get Day value
32
-     * @return int|null
32
+     * @return integer
33 33
      */
34 34
     public function getDay()
35 35
     {
Please login to merge, or discard this patch.
src/StructType/EwsRecurringDayTransitionType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
     /**
39 39
      * Get DayOfWeek value
40
-     * @return string|null
40
+     * @return string
41 41
      */
42 42
     public function getDayOfWeek()
43 43
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
     /**
64 64
      * Get Occurrence value
65
-     * @return int|null
65
+     * @return integer
66 66
      */
67 67
     public function getOccurrence()
68 68
     {
Please login to merge, or discard this patch.
src/StructType/EwsRecurringTimeTransitionType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
     /**
39 39
      * Get TimeOffset value
40
-     * @return int|null
40
+     * @return integer
41 41
      */
42 42
     public function getTimeOffset()
43 43
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
     /**
61 61
      * Get Month value
62
-     * @return int|null
62
+     * @return integer
63 63
      */
64 64
     public function getMonth()
65 65
     {
Please login to merge, or discard this patch.
src/StructType/EwsReferenceAttachmentType.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * Get AttachLongPathName value
101
-     * @return string|null
101
+     * @return string
102 102
      */
103 103
     public function getAttachLongPathName()
104 104
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     }
121 121
     /**
122 122
      * Get ProviderType value
123
-     * @return string|null
123
+     * @return string
124 124
      */
125 125
     public function getProviderType()
126 126
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
     /**
144 144
      * Get ProviderEndpointUrl value
145
-     * @return string|null
145
+     * @return string
146 146
      */
147 147
     public function getProviderEndpointUrl()
148 148
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
     /**
166 166
      * Get AttachmentThumbnailUrl value
167
-     * @return string|null
167
+     * @return string
168 168
      */
169 169
     public function getAttachmentThumbnailUrl()
170 170
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     }
187 187
     /**
188 188
      * Get AttachmentPreviewUrl value
189
-     * @return string|null
189
+     * @return string
190 190
      */
191 191
     public function getAttachmentPreviewUrl()
192 192
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     }
209 209
     /**
210 210
      * Get PermissionType value
211
-     * @return int|null
211
+     * @return integer
212 212
      */
213 213
     public function getPermissionType()
214 214
     {
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
     }
231 231
     /**
232 232
      * Get AttachmentIsFolder value
233
-     * @return bool|null
233
+     * @return boolean
234 234
      */
235 235
     public function getAttachmentIsFolder()
236 236
     {
Please login to merge, or discard this patch.
src/StructType/EwsRequestedUnifiedGroupsSetType.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
     /**
94 94
      * Get SortType value
95
-     * @return string|null
95
+     * @return string
96 96
      */
97 97
     public function getSortType()
98 98
     {
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
     /**
119 119
      * Get SortDirection value
120
-     * @return string|null
120
+     * @return string
121 121
      */
122 122
     public function getSortDirection()
123 123
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
     /**
144 144
      * Get GroupsLimit value
145
-     * @return int|null
145
+     * @return integer
146 146
      */
147 147
     public function getGroupsLimit()
148 148
     {
Please login to merge, or discard this patch.
src/StructType/EwsResponseMessageType.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
     /**
98 98
      * Get MessageText value
99
-     * @return string|null
99
+     * @return string
100 100
      */
101 101
     public function getMessageText()
102 102
     {
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     }
119 119
     /**
120 120
      * Get ResponseCode value
121
-     * @return string|null
121
+     * @return string
122 122
      */
123 123
     public function getResponseCode()
124 124
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     }
144 144
     /**
145 145
      * Get DescriptiveLinkKey value
146
-     * @return int|null
146
+     * @return integer
147 147
      */
148 148
     public function getDescriptiveLinkKey()
149 149
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     }
166 166
     /**
167 167
      * Get MessageXml value
168
-     * @return \Ews\StructType\EwsMessageXml|null
168
+     * @return EwsMessageXml
169 169
      */
170 170
     public function getMessageXml()
171 171
     {
Please login to merge, or discard this patch.
src/StructType/EwsRetentionPolicyTagType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@
 block discarded – undo
298 298
     }
299 299
     /**
300 300
      * Get Description value
301
-     * @return string|null
301
+     * @return string
302 302
      */
303 303
     public function getDescription()
304 304
     {
Please login to merge, or discard this patch.
src/StructType/EwsRightsManagementLicenseDataType.php 1 patch
Doc Comments   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     }
182 182
     /**
183 183
      * Get RightsManagedMessageDecryptionStatus value
184
-     * @return int|null
184
+     * @return integer
185 185
      */
186 186
     public function getRightsManagedMessageDecryptionStatus()
187 187
     {
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     }
204 204
     /**
205 205
      * Get RmsTemplateId value
206
-     * @return string|null
206
+     * @return string
207 207
      */
208 208
     public function getRmsTemplateId()
209 209
     {
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
     }
226 226
     /**
227 227
      * Get TemplateName value
228
-     * @return string|null
228
+     * @return string
229 229
      */
230 230
     public function getTemplateName()
231 231
     {
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
     }
248 248
     /**
249 249
      * Get TemplateDescription value
250
-     * @return string|null
250
+     * @return string
251 251
      */
252 252
     public function getTemplateDescription()
253 253
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
     }
270 270
     /**
271 271
      * Get EditAllowed value
272
-     * @return bool|null
272
+     * @return boolean
273 273
      */
274 274
     public function getEditAllowed()
275 275
     {
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
     }
288 288
     /**
289 289
      * Get ReplyAllowed value
290
-     * @return bool|null
290
+     * @return boolean
291 291
      */
292 292
     public function getReplyAllowed()
293 293
     {
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
     }
306 306
     /**
307 307
      * Get ReplyAllAllowed value
308
-     * @return bool|null
308
+     * @return boolean
309 309
      */
310 310
     public function getReplyAllAllowed()
311 311
     {
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
     }
324 324
     /**
325 325
      * Get ForwardAllowed value
326
-     * @return bool|null
326
+     * @return boolean
327 327
      */
328 328
     public function getForwardAllowed()
329 329
     {
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
     }
342 342
     /**
343 343
      * Get ModifyRecipientsAllowed value
344
-     * @return bool|null
344
+     * @return boolean
345 345
      */
346 346
     public function getModifyRecipientsAllowed()
347 347
     {
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
     }
360 360
     /**
361 361
      * Get ExtractAllowed value
362
-     * @return bool|null
362
+     * @return boolean
363 363
      */
364 364
     public function getExtractAllowed()
365 365
     {
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
     }
378 378
     /**
379 379
      * Get PrintAllowed value
380
-     * @return bool|null
380
+     * @return boolean
381 381
      */
382 382
     public function getPrintAllowed()
383 383
     {
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     }
396 396
     /**
397 397
      * Get ExportAllowed value
398
-     * @return bool|null
398
+     * @return boolean
399 399
      */
400 400
     public function getExportAllowed()
401 401
     {
@@ -413,7 +413,7 @@  discard block
 block discarded – undo
413 413
     }
414 414
     /**
415 415
      * Get ProgrammaticAccessAllowed value
416
-     * @return bool|null
416
+     * @return boolean
417 417
      */
418 418
     public function getProgrammaticAccessAllowed()
419 419
     {
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
     }
432 432
     /**
433 433
      * Get IsOwner value
434
-     * @return bool|null
434
+     * @return boolean
435 435
      */
436 436
     public function getIsOwner()
437 437
     {
@@ -449,7 +449,7 @@  discard block
 block discarded – undo
449 449
     }
450 450
     /**
451 451
      * Get ContentOwner value
452
-     * @return string|null
452
+     * @return string
453 453
      */
454 454
     public function getContentOwner()
455 455
     {
@@ -471,7 +471,7 @@  discard block
 block discarded – undo
471 471
     }
472 472
     /**
473 473
      * Get ContentExpiryDate value
474
-     * @return string|null
474
+     * @return string
475 475
      */
476 476
     public function getContentExpiryDate()
477 477
     {
Please login to merge, or discard this patch.