Completed
Push — develop ( d39876...99582e )
by Mikaël
32:46
created
src/StructType/EwsRuleType.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
     /**
186 186
      * Get RuleId value
187
-     * @return string|null
187
+     * @return string
188 188
      */
189 189
     public function getRuleId()
190 190
     {
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
     }
207 207
     /**
208 208
      * Get IsNotSupported value
209
-     * @return bool|null
209
+     * @return boolean
210 210
      */
211 211
     public function getIsNotSupported()
212 212
     {
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
     /**
226 226
      * Get IsInError value
227
-     * @return bool|null
227
+     * @return boolean
228 228
      */
229 229
     public function getIsInError()
230 230
     {
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     }
243 243
     /**
244 244
      * Get Conditions value
245
-     * @return \Ews\StructType\EwsRulePredicatesType|null
245
+     * @return EwsRulePredicatesType
246 246
      */
247 247
     public function getConditions()
248 248
     {
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
     }
261 261
     /**
262 262
      * Get Exceptions value
263
-     * @return \Ews\StructType\EwsRulePredicatesType|null
263
+     * @return EwsRulePredicatesType
264 264
      */
265 265
     public function getExceptions()
266 266
     {
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
     }
279 279
     /**
280 280
      * Get Actions value
281
-     * @return \Ews\StructType\EwsRuleActionsType|null
281
+     * @return EwsRuleActionsType
282 282
      */
283 283
     public function getActions()
284 284
     {
Please login to merge, or discard this patch.
src/StructType/EwsSearchDiagnosticsStepType.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
     /**
67 67
      * Get StartTime value
68
-     * @return string|null
68
+     * @return string
69 69
      */
70 70
     public function getStartTime()
71 71
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
     /**
89 89
      * Get StepTime value
90
-     * @return int|null
90
+     * @return integer
91 91
      */
92 92
     public function getStepTime()
93 93
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     }
110 110
     /**
111 111
      * Get StepType value
112
-     * @return string|null
112
+     * @return string
113 113
      */
114 114
     public function getStepType()
115 115
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     }
132 132
     /**
133 133
      * Get AdditionalEntries value
134
-     * @return \Ews\StructType\EwsAdditionalEntries|null
134
+     * @return EwsAdditionalEntries
135 135
      */
136 136
     public function getAdditionalEntries()
137 137
     {
Please login to merge, or discard this patch.
src/StructType/EwsSearchMailboxesResultType.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
     }
265 265
     /**
266 266
      * Get KeywordStats value
267
-     * @return \Ews\ArrayType\EwsArrayOfKeywordStatisticsSearchResultsType|null
267
+     * @return \Ews\ArrayType\EwsArrayOfKeywordStatisticsSearchResultsType
268 268
      */
269 269
     public function getKeywordStats()
270 270
     {
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
     }
283 283
     /**
284 284
      * Get Items value
285
-     * @return \Ews\ArrayType\EwsArrayOfSearchPreviewItemsType|null
285
+     * @return \Ews\ArrayType\EwsArrayOfSearchPreviewItemsType
286 286
      */
287 287
     public function getItems()
288 288
     {
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
     }
301 301
     /**
302 302
      * Get FailedMailboxes value
303
-     * @return \Ews\ArrayType\EwsArrayOfFailedSearchMailboxesType|null
303
+     * @return \Ews\ArrayType\EwsArrayOfFailedSearchMailboxesType
304 304
      */
305 305
     public function getFailedMailboxes()
306 306
     {
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
     }
319 319
     /**
320 320
      * Get Refiners value
321
-     * @return \Ews\ArrayType\EwsArrayOfSearchRefinerItemsType|null
321
+     * @return \Ews\ArrayType\EwsArrayOfSearchRefinerItemsType
322 322
      */
323 323
     public function getRefiners()
324 324
     {
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
     }
337 337
     /**
338 338
      * Get MailboxStats value
339
-     * @return \Ews\ArrayType\EwsArrayOfMailboxStatisticsItemsType|null
339
+     * @return \Ews\ArrayType\EwsArrayOfMailboxStatisticsItemsType
340 340
      */
341 341
     public function getMailboxStats()
342 342
     {
Please login to merge, or discard this patch.
src/StructType/EwsSearchMailboxesType.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
     /**
158 158
      * Get PreviewItemResponseShape value
159
-     * @return \Ews\StructType\EwsPreviewItemResponseShapeType|null
159
+     * @return EwsPreviewItemResponseShapeType
160 160
      */
161 161
     public function getPreviewItemResponseShape()
162 162
     {
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
     }
175 175
     /**
176 176
      * Get SortBy value
177
-     * @return \Ews\StructType\EwsFieldOrderType|null
177
+     * @return EwsFieldOrderType
178 178
      */
179 179
     public function getSortBy()
180 180
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
     /**
194 194
      * Get Language value
195
-     * @return string|null
195
+     * @return string
196 196
      */
197 197
     public function getLanguage()
198 198
     {
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     }
215 215
     /**
216 216
      * Get Deduplication value
217
-     * @return bool|null
217
+     * @return boolean
218 218
      */
219 219
     public function getDeduplication()
220 220
     {
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
     }
233 233
     /**
234 234
      * Get PageSize value
235
-     * @return int|null
235
+     * @return integer
236 236
      */
237 237
     public function getPageSize()
238 238
     {
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
     }
255 255
     /**
256 256
      * Get PageItemReference value
257
-     * @return string|null
257
+     * @return string
258 258
      */
259 259
     public function getPageItemReference()
260 260
     {
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
     }
277 277
     /**
278 278
      * Get PageDirection value
279
-     * @return string|null
279
+     * @return string
280 280
      */
281 281
     public function getPageDirection()
282 282
     {
Please login to merge, or discard this patch.
src/StructType/EwsSearchPreviewItemType.php 1 patch
Doc Comments   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
     }
273 273
     /**
274 274
      * Get Mailbox value
275
-     * @return \Ews\StructType\EwsPreviewItemMailboxType|null
275
+     * @return EwsPreviewItemMailboxType
276 276
      */
277 277
     public function getMailbox()
278 278
     {
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
     }
291 291
     /**
292 292
      * Get ParentId value
293
-     * @return \Ews\StructType\EwsItemIdType|null
293
+     * @return EwsItemIdType
294 294
      */
295 295
     public function getParentId()
296 296
     {
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
     }
309 309
     /**
310 310
      * Get ItemClass value
311
-     * @return string|null
311
+     * @return string
312 312
      */
313 313
     public function getItemClass()
314 314
     {
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
     }
331 331
     /**
332 332
      * Get UniqueHash value
333
-     * @return string|null
333
+     * @return string
334 334
      */
335 335
     public function getUniqueHash()
336 336
     {
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     }
353 353
     /**
354 354
      * Get SortValue value
355
-     * @return string|null
355
+     * @return string
356 356
      */
357 357
     public function getSortValue()
358 358
     {
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
     }
375 375
     /**
376 376
      * Get OwaLink value
377
-     * @return string|null
377
+     * @return string
378 378
      */
379 379
     public function getOwaLink()
380 380
     {
@@ -396,7 +396,7 @@  discard block
 block discarded – undo
396 396
     }
397 397
     /**
398 398
      * Get Sender value
399
-     * @return string|null
399
+     * @return string
400 400
      */
401 401
     public function getSender()
402 402
     {
@@ -418,7 +418,7 @@  discard block
 block discarded – undo
418 418
     }
419 419
     /**
420 420
      * Get ToRecipients value
421
-     * @return \Ews\ArrayType\EwsArrayOfSmtpAddressType|null
421
+     * @return \Ews\ArrayType\EwsArrayOfSmtpAddressType
422 422
      */
423 423
     public function getToRecipients()
424 424
     {
@@ -436,7 +436,7 @@  discard block
 block discarded – undo
436 436
     }
437 437
     /**
438 438
      * Get CcRecipients value
439
-     * @return \Ews\ArrayType\EwsArrayOfSmtpAddressType|null
439
+     * @return \Ews\ArrayType\EwsArrayOfSmtpAddressType
440 440
      */
441 441
     public function getCcRecipients()
442 442
     {
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
     }
455 455
     /**
456 456
      * Get BccRecipients value
457
-     * @return \Ews\ArrayType\EwsArrayOfSmtpAddressType|null
457
+     * @return \Ews\ArrayType\EwsArrayOfSmtpAddressType
458 458
      */
459 459
     public function getBccRecipients()
460 460
     {
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
     }
473 473
     /**
474 474
      * Get CreatedTime value
475
-     * @return string|null
475
+     * @return string
476 476
      */
477 477
     public function getCreatedTime()
478 478
     {
@@ -494,7 +494,7 @@  discard block
 block discarded – undo
494 494
     }
495 495
     /**
496 496
      * Get ReceivedTime value
497
-     * @return string|null
497
+     * @return string
498 498
      */
499 499
     public function getReceivedTime()
500 500
     {
@@ -516,7 +516,7 @@  discard block
 block discarded – undo
516 516
     }
517 517
     /**
518 518
      * Get SentTime value
519
-     * @return string|null
519
+     * @return string
520 520
      */
521 521
     public function getSentTime()
522 522
     {
@@ -538,7 +538,7 @@  discard block
 block discarded – undo
538 538
     }
539 539
     /**
540 540
      * Get Subject value
541
-     * @return string|null
541
+     * @return string
542 542
      */
543 543
     public function getSubject()
544 544
     {
@@ -560,7 +560,7 @@  discard block
 block discarded – undo
560 560
     }
561 561
     /**
562 562
      * Get Size value
563
-     * @return int|null
563
+     * @return integer
564 564
      */
565 565
     public function getSize()
566 566
     {
@@ -582,7 +582,7 @@  discard block
 block discarded – undo
582 582
     }
583 583
     /**
584 584
      * Get Preview value
585
-     * @return string|null
585
+     * @return string
586 586
      */
587 587
     public function getPreview()
588 588
     {
@@ -604,7 +604,7 @@  discard block
 block discarded – undo
604 604
     }
605 605
     /**
606 606
      * Get Importance value
607
-     * @return string|null
607
+     * @return string
608 608
      */
609 609
     public function getImportance()
610 610
     {
@@ -629,7 +629,7 @@  discard block
 block discarded – undo
629 629
     }
630 630
     /**
631 631
      * Get Read value
632
-     * @return bool|null
632
+     * @return boolean
633 633
      */
634 634
     public function getRead()
635 635
     {
@@ -647,7 +647,7 @@  discard block
 block discarded – undo
647 647
     }
648 648
     /**
649 649
      * Get HasAttachment value
650
-     * @return bool|null
650
+     * @return boolean
651 651
      */
652 652
     public function getHasAttachment()
653 653
     {
@@ -665,7 +665,7 @@  discard block
 block discarded – undo
665 665
     }
666 666
     /**
667 667
      * Get ExtendedProperties value
668
-     * @return \Ews\ArrayType\EwsNonEmptyArrayOfExtendedPropertyType|null
668
+     * @return \Ews\ArrayType\EwsNonEmptyArrayOfExtendedPropertyType
669 669
      */
670 670
     public function getExtendedProperties()
671 671
     {
Please login to merge, or discard this patch.
src/StructType/EwsSearchResultsType.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     }
172 172
     /**
173 173
      * Get Items value
174
-     * @return \Ews\StructType\EwsItems|null
174
+     * @return EwsItems
175 175
      */
176 176
     public function getItems()
177 177
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     }
190 190
     /**
191 191
      * Get Conversations value
192
-     * @return \Ews\StructType\EwsConversations|null
192
+     * @return EwsConversations
193 193
      */
194 194
     public function getConversations()
195 195
     {
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     }
208 208
     /**
209 209
      * Get People value
210
-     * @return \Ews\StructType\EwsPeople|null
210
+     * @return EwsPeople
211 211
      */
212 212
     public function getPeople()
213 213
     {
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
     }
226 226
     /**
227 227
      * Get SearchRefiners value
228
-     * @return \Ews\StructType\EwsSearchRefiners|null
228
+     * @return EwsSearchRefiners
229 229
      */
230 230
     public function getSearchRefiners()
231 231
     {
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
     }
244 244
     /**
245 245
      * Get DiagnosticsData value
246
-     * @return \Ews\StructType\EwsSearchDiagnosticsType|null
246
+     * @return EwsSearchDiagnosticsType
247 247
      */
248 248
     public function getDiagnosticsData()
249 249
     {
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
     }
262 262
     /**
263 263
      * Get SearchResultsCount value
264
-     * @return int|null
264
+     * @return integer
265 265
      */
266 266
     public function getSearchResultsCount()
267 267
     {
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     }
284 284
     /**
285 285
      * Get TotalResultsCount value
286
-     * @return int|null
286
+     * @return integer
287 287
      */
288 288
     public function getTotalResultsCount()
289 289
     {
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
     }
306 306
     /**
307 307
      * Get SearchTerms value
308
-     * @return \Ews\ArrayType\EwsArrayOfStringsType|null
308
+     * @return \Ews\ArrayType\EwsArrayOfStringsType
309 309
      */
310 310
     public function getSearchTerms()
311 311
     {
Please login to merge, or discard this patch.
src/StructType/EwsSearchSuggestionsType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     }
116 116
     /**
117 117
      * Get Suggestions value
118
-     * @return \Ews\StructType\EwsSuggestions|null
118
+     * @return EwsSuggestions
119 119
      */
120 120
     public function getSuggestions()
121 121
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
     /**
135 135
      * Get DiagnosticsData value
136
-     * @return \Ews\StructType\EwsSearchDiagnosticsType|null
136
+     * @return EwsSearchDiagnosticsType
137 137
      */
138 138
     public function getDiagnosticsData()
139 139
     {
Please login to merge, or discard this patch.
src/StructType/EwsSerializableTimeZoneTime.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
     }
201 201
     /**
202 202
      * Get Year value
203
-     * @return string|null
203
+     * @return string
204 204
      */
205 205
     public function getYear()
206 206
     {
Please login to merge, or discard this patch.
src/StructType/EwsServerVersionInfo.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
     /**
73 73
      * Get MajorVersion value
74
-     * @return int|null
74
+     * @return integer
75 75
      */
76 76
     public function getMajorVersion()
77 77
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
     /**
95 95
      * Get MinorVersion value
96
-     * @return int|null
96
+     * @return integer
97 97
      */
98 98
     public function getMinorVersion()
99 99
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     }
116 116
     /**
117 117
      * Get MajorBuildNumber value
118
-     * @return int|null
118
+     * @return integer
119 119
      */
120 120
     public function getMajorBuildNumber()
121 121
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     }
138 138
     /**
139 139
      * Get MinorBuildNumber value
140
-     * @return int|null
140
+     * @return integer
141 141
      */
142 142
     public function getMinorBuildNumber()
143 143
     {
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     }
160 160
     /**
161 161
      * Get Version value
162
-     * @return string|null
162
+     * @return string
163 163
      */
164 164
     public function getVersion()
165 165
     {
Please login to merge, or discard this patch.