Completed
Push — develop ( d39876...99582e )
by Mikaël
32:46
created
src/StructType/EwsMeetingInsightValue.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 Id value
101
-     * @return string|null
101
+     * @return string
102 102
      */
103 103
     public function getId()
104 104
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     }
121 121
     /**
122 122
      * Get Subject value
123
-     * @return string|null
123
+     * @return string
124 124
      */
125 125
     public function getSubject()
126 126
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
     /**
144 144
      * Get StartUtcTicks value
145
-     * @return int|null
145
+     * @return integer
146 146
      */
147 147
     public function getStartUtcTicks()
148 148
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
     /**
166 166
      * Get EndUtcTicks value
167
-     * @return int|null
167
+     * @return integer
168 168
      */
169 169
     public function getEndUtcTicks()
170 170
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     }
187 187
     /**
188 188
      * Get Location value
189
-     * @return string|null
189
+     * @return string
190 190
      */
191 191
     public function getLocation()
192 192
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     }
209 209
     /**
210 210
      * Get Organizer value
211
-     * @return \Ews\StructType\EwsProfileInsightValue|null
211
+     * @return EwsProfileInsightValue
212 212
      */
213 213
     public function getOrganizer()
214 214
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
     }
227 227
     /**
228 228
      * Get Attendees value
229
-     * @return \Ews\ArrayType\EwsArrayOfProfileInsightValue|null
229
+     * @return \Ews\ArrayType\EwsArrayOfProfileInsightValue
230 230
      */
231 231
     public function getAttendees()
232 232
     {
Please login to merge, or discard this patch.
src/StructType/EwsMeetingLocationItemType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     }
172 172
     /**
173 173
      * Get Capacity value
174
-     * @return int|null
174
+     * @return integer
175 175
      */
176 176
     public function getCapacity()
177 177
     {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     }
194 194
     /**
195 195
      * Get Score value
196
-     * @return float|null
196
+     * @return double
197 197
      */
198 198
     public function getScore()
199 199
     {
Please login to merge, or discard this patch.
src/StructType/EwsMeetingRequestMessageType.php 1 patch
Doc Comments   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
     }
498 498
     /**
499 499
      * Get MeetingRequestType value
500
-     * @return string|null
500
+     * @return string
501 501
      */
502 502
     public function getMeetingRequestType()
503 503
     {
@@ -522,7 +522,7 @@  discard block
 block discarded – undo
522 522
     }
523 523
     /**
524 524
      * Get IntendedFreeBusyStatus value
525
-     * @return string|null
525
+     * @return string
526 526
      */
527 527
     public function getIntendedFreeBusyStatus()
528 528
     {
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
     }
548 548
     /**
549 549
      * Get Start value
550
-     * @return string|null
550
+     * @return string
551 551
      */
552 552
     public function getStart()
553 553
     {
@@ -569,7 +569,7 @@  discard block
 block discarded – undo
569 569
     }
570 570
     /**
571 571
      * Get End value
572
-     * @return string|null
572
+     * @return string
573 573
      */
574 574
     public function getEnd()
575 575
     {
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
     }
592 592
     /**
593 593
      * Get OriginalStart value
594
-     * @return string|null
594
+     * @return string
595 595
      */
596 596
     public function getOriginalStart()
597 597
     {
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
     }
614 614
     /**
615 615
      * Get IsAllDayEvent value
616
-     * @return bool|null
616
+     * @return boolean
617 617
      */
618 618
     public function getIsAllDayEvent()
619 619
     {
@@ -631,7 +631,7 @@  discard block
 block discarded – undo
631 631
     }
632 632
     /**
633 633
      * Get LegacyFreeBusyStatus value
634
-     * @return string|null
634
+     * @return string
635 635
      */
636 636
     public function getLegacyFreeBusyStatus()
637 637
     {
@@ -656,7 +656,7 @@  discard block
 block discarded – undo
656 656
     }
657 657
     /**
658 658
      * Get Location value
659
-     * @return string|null
659
+     * @return string
660 660
      */
661 661
     public function getLocation()
662 662
     {
@@ -678,7 +678,7 @@  discard block
 block discarded – undo
678 678
     }
679 679
     /**
680 680
      * Get When value
681
-     * @return string|null
681
+     * @return string
682 682
      */
683 683
     public function getWhen()
684 684
     {
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
     }
701 701
     /**
702 702
      * Get IsMeeting value
703
-     * @return bool|null
703
+     * @return boolean
704 704
      */
705 705
     public function getIsMeeting()
706 706
     {
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
     }
719 719
     /**
720 720
      * Get IsCancelled value
721
-     * @return bool|null
721
+     * @return boolean
722 722
      */
723 723
     public function getIsCancelled()
724 724
     {
@@ -736,7 +736,7 @@  discard block
 block discarded – undo
736 736
     }
737 737
     /**
738 738
      * Get IsRecurring value
739
-     * @return bool|null
739
+     * @return boolean
740 740
      */
741 741
     public function getIsRecurring()
742 742
     {
@@ -754,7 +754,7 @@  discard block
 block discarded – undo
754 754
     }
755 755
     /**
756 756
      * Get MeetingRequestWasSent value
757
-     * @return bool|null
757
+     * @return boolean
758 758
      */
759 759
     public function getMeetingRequestWasSent()
760 760
     {
@@ -772,7 +772,7 @@  discard block
 block discarded – undo
772 772
     }
773 773
     /**
774 774
      * Get CalendarItemType value
775
-     * @return string|null
775
+     * @return string
776 776
      */
777 777
     public function getCalendarItemType()
778 778
     {
@@ -797,7 +797,7 @@  discard block
 block discarded – undo
797 797
     }
798 798
     /**
799 799
      * Get MyResponseType value
800
-     * @return string|null
800
+     * @return string
801 801
      */
802 802
     public function getMyResponseType()
803 803
     {
@@ -822,7 +822,7 @@  discard block
 block discarded – undo
822 822
     }
823 823
     /**
824 824
      * Get Organizer value
825
-     * @return \Ews\StructType\EwsSingleRecipientType|null
825
+     * @return EwsSingleRecipientType
826 826
      */
827 827
     public function getOrganizer()
828 828
     {
@@ -840,7 +840,7 @@  discard block
 block discarded – undo
840 840
     }
841 841
     /**
842 842
      * Get RequiredAttendees value
843
-     * @return \Ews\ArrayType\EwsNonEmptyArrayOfAttendeesType|null
843
+     * @return \Ews\ArrayType\EwsNonEmptyArrayOfAttendeesType
844 844
      */
845 845
     public function getRequiredAttendees()
846 846
     {
@@ -858,7 +858,7 @@  discard block
 block discarded – undo
858 858
     }
859 859
     /**
860 860
      * Get OptionalAttendees value
861
-     * @return \Ews\ArrayType\EwsNonEmptyArrayOfAttendeesType|null
861
+     * @return \Ews\ArrayType\EwsNonEmptyArrayOfAttendeesType
862 862
      */
863 863
     public function getOptionalAttendees()
864 864
     {
@@ -876,7 +876,7 @@  discard block
 block discarded – undo
876 876
     }
877 877
     /**
878 878
      * Get Resources value
879
-     * @return \Ews\ArrayType\EwsNonEmptyArrayOfAttendeesType|null
879
+     * @return \Ews\ArrayType\EwsNonEmptyArrayOfAttendeesType
880 880
      */
881 881
     public function getResources()
882 882
     {
@@ -894,7 +894,7 @@  discard block
 block discarded – undo
894 894
     }
895 895
     /**
896 896
      * Get ConflictingMeetingCount value
897
-     * @return int|null
897
+     * @return integer
898 898
      */
899 899
     public function getConflictingMeetingCount()
900 900
     {
@@ -916,7 +916,7 @@  discard block
 block discarded – undo
916 916
     }
917 917
     /**
918 918
      * Get AdjacentMeetingCount value
919
-     * @return int|null
919
+     * @return integer
920 920
      */
921 921
     public function getAdjacentMeetingCount()
922 922
     {
@@ -938,7 +938,7 @@  discard block
 block discarded – undo
938 938
     }
939 939
     /**
940 940
      * Get ConflictingMeetings value
941
-     * @return \Ews\StructType\EwsNonEmptyArrayOfAllItemsType|null
941
+     * @return EwsNonEmptyArrayOfAllItemsType
942 942
      */
943 943
     public function getConflictingMeetings()
944 944
     {
@@ -956,7 +956,7 @@  discard block
 block discarded – undo
956 956
     }
957 957
     /**
958 958
      * Get AdjacentMeetings value
959
-     * @return \Ews\StructType\EwsNonEmptyArrayOfAllItemsType|null
959
+     * @return EwsNonEmptyArrayOfAllItemsType
960 960
      */
961 961
     public function getAdjacentMeetings()
962 962
     {
@@ -974,7 +974,7 @@  discard block
 block discarded – undo
974 974
     }
975 975
     /**
976 976
      * Get Duration value
977
-     * @return string|null
977
+     * @return string
978 978
      */
979 979
     public function getDuration()
980 980
     {
@@ -996,7 +996,7 @@  discard block
 block discarded – undo
996 996
     }
997 997
     /**
998 998
      * Get TimeZone value
999
-     * @return string|null
999
+     * @return string
1000 1000
      */
1001 1001
     public function getTimeZone()
1002 1002
     {
@@ -1018,7 +1018,7 @@  discard block
 block discarded – undo
1018 1018
     }
1019 1019
     /**
1020 1020
      * Get AppointmentReplyTime value
1021
-     * @return string|null
1021
+     * @return string
1022 1022
      */
1023 1023
     public function getAppointmentReplyTime()
1024 1024
     {
@@ -1040,7 +1040,7 @@  discard block
 block discarded – undo
1040 1040
     }
1041 1041
     /**
1042 1042
      * Get AppointmentSequenceNumber value
1043
-     * @return int|null
1043
+     * @return integer
1044 1044
      */
1045 1045
     public function getAppointmentSequenceNumber()
1046 1046
     {
@@ -1062,7 +1062,7 @@  discard block
 block discarded – undo
1062 1062
     }
1063 1063
     /**
1064 1064
      * Get AppointmentState value
1065
-     * @return int|null
1065
+     * @return integer
1066 1066
      */
1067 1067
     public function getAppointmentState()
1068 1068
     {
@@ -1084,7 +1084,7 @@  discard block
 block discarded – undo
1084 1084
     }
1085 1085
     /**
1086 1086
      * Get Recurrence value
1087
-     * @return \Ews\StructType\EwsRecurrenceType|null
1087
+     * @return EwsRecurrenceType
1088 1088
      */
1089 1089
     public function getRecurrence()
1090 1090
     {
@@ -1102,7 +1102,7 @@  discard block
 block discarded – undo
1102 1102
     }
1103 1103
     /**
1104 1104
      * Get FirstOccurrence value
1105
-     * @return \Ews\StructType\EwsOccurrenceInfoType|null
1105
+     * @return EwsOccurrenceInfoType
1106 1106
      */
1107 1107
     public function getFirstOccurrence()
1108 1108
     {
@@ -1120,7 +1120,7 @@  discard block
 block discarded – undo
1120 1120
     }
1121 1121
     /**
1122 1122
      * Get LastOccurrence value
1123
-     * @return \Ews\StructType\EwsOccurrenceInfoType|null
1123
+     * @return EwsOccurrenceInfoType
1124 1124
      */
1125 1125
     public function getLastOccurrence()
1126 1126
     {
@@ -1138,7 +1138,7 @@  discard block
 block discarded – undo
1138 1138
     }
1139 1139
     /**
1140 1140
      * Get ModifiedOccurrences value
1141
-     * @return \Ews\ArrayType\EwsNonEmptyArrayOfOccurrenceInfoType|null
1141
+     * @return \Ews\ArrayType\EwsNonEmptyArrayOfOccurrenceInfoType
1142 1142
      */
1143 1143
     public function getModifiedOccurrences()
1144 1144
     {
@@ -1156,7 +1156,7 @@  discard block
 block discarded – undo
1156 1156
     }
1157 1157
     /**
1158 1158
      * Get DeletedOccurrences value
1159
-     * @return \Ews\ArrayType\EwsNonEmptyArrayOfDeletedOccurrencesType|null
1159
+     * @return \Ews\ArrayType\EwsNonEmptyArrayOfDeletedOccurrencesType
1160 1160
      */
1161 1161
     public function getDeletedOccurrences()
1162 1162
     {
@@ -1174,7 +1174,7 @@  discard block
 block discarded – undo
1174 1174
     }
1175 1175
     /**
1176 1176
      * Get MeetingTimeZone value
1177
-     * @return \Ews\StructType\EwsTimeZoneType|null
1177
+     * @return EwsTimeZoneType
1178 1178
      */
1179 1179
     public function getMeetingTimeZone()
1180 1180
     {
@@ -1192,7 +1192,7 @@  discard block
 block discarded – undo
1192 1192
     }
1193 1193
     /**
1194 1194
      * Get StartTimeZone value
1195
-     * @return \Ews\StructType\EwsTimeZoneDefinitionType|null
1195
+     * @return EwsTimeZoneDefinitionType
1196 1196
      */
1197 1197
     public function getStartTimeZone()
1198 1198
     {
@@ -1210,7 +1210,7 @@  discard block
 block discarded – undo
1210 1210
     }
1211 1211
     /**
1212 1212
      * Get EndTimeZone value
1213
-     * @return \Ews\StructType\EwsTimeZoneDefinitionType|null
1213
+     * @return EwsTimeZoneDefinitionType
1214 1214
      */
1215 1215
     public function getEndTimeZone()
1216 1216
     {
@@ -1228,7 +1228,7 @@  discard block
 block discarded – undo
1228 1228
     }
1229 1229
     /**
1230 1230
      * Get ConferenceType value
1231
-     * @return int|null
1231
+     * @return integer
1232 1232
      */
1233 1233
     public function getConferenceType()
1234 1234
     {
@@ -1250,7 +1250,7 @@  discard block
 block discarded – undo
1250 1250
     }
1251 1251
     /**
1252 1252
      * Get AllowNewTimeProposal value
1253
-     * @return bool|null
1253
+     * @return boolean
1254 1254
      */
1255 1255
     public function getAllowNewTimeProposal()
1256 1256
     {
@@ -1268,7 +1268,7 @@  discard block
 block discarded – undo
1268 1268
     }
1269 1269
     /**
1270 1270
      * Get IsOnlineMeeting value
1271
-     * @return bool|null
1271
+     * @return boolean
1272 1272
      */
1273 1273
     public function getIsOnlineMeeting()
1274 1274
     {
@@ -1286,7 +1286,7 @@  discard block
 block discarded – undo
1286 1286
     }
1287 1287
     /**
1288 1288
      * Get MeetingWorkspaceUrl value
1289
-     * @return string|null
1289
+     * @return string
1290 1290
      */
1291 1291
     public function getMeetingWorkspaceUrl()
1292 1292
     {
@@ -1308,7 +1308,7 @@  discard block
 block discarded – undo
1308 1308
     }
1309 1309
     /**
1310 1310
      * Get NetShowUrl value
1311
-     * @return string|null
1311
+     * @return string
1312 1312
      */
1313 1313
     public function getNetShowUrl()
1314 1314
     {
@@ -1330,7 +1330,7 @@  discard block
 block discarded – undo
1330 1330
     }
1331 1331
     /**
1332 1332
      * Get EnhancedLocation value
1333
-     * @return \Ews\StructType\EwsEnhancedLocationType|null
1333
+     * @return EwsEnhancedLocationType
1334 1334
      */
1335 1335
     public function getEnhancedLocation()
1336 1336
     {
@@ -1348,7 +1348,7 @@  discard block
 block discarded – undo
1348 1348
     }
1349 1349
     /**
1350 1350
      * Get ChangeHighlights value
1351
-     * @return \Ews\StructType\EwsChangeHighlightsType|null
1351
+     * @return EwsChangeHighlightsType
1352 1352
      */
1353 1353
     public function getChangeHighlights()
1354 1354
     {
@@ -1366,7 +1366,7 @@  discard block
 block discarded – undo
1366 1366
     }
1367 1367
     /**
1368 1368
      * Get StartWallClock value
1369
-     * @return string|null
1369
+     * @return string
1370 1370
      */
1371 1371
     public function getStartWallClock()
1372 1372
     {
@@ -1388,7 +1388,7 @@  discard block
 block discarded – undo
1388 1388
     }
1389 1389
     /**
1390 1390
      * Get EndWallClock value
1391
-     * @return string|null
1391
+     * @return string
1392 1392
      */
1393 1393
     public function getEndWallClock()
1394 1394
     {
@@ -1410,7 +1410,7 @@  discard block
 block discarded – undo
1410 1410
     }
1411 1411
     /**
1412 1412
      * Get StartTimeZoneId value
1413
-     * @return string|null
1413
+     * @return string
1414 1414
      */
1415 1415
     public function getStartTimeZoneId()
1416 1416
     {
@@ -1432,7 +1432,7 @@  discard block
 block discarded – undo
1432 1432
     }
1433 1433
     /**
1434 1434
      * Get EndTimeZoneId value
1435
-     * @return string|null
1435
+     * @return string
1436 1436
      */
1437 1437
     public function getEndTimeZoneId()
1438 1438
     {
Please login to merge, or discard this patch.
src/StructType/EwsMeetingTimeCandidate.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
     /**
71 71
      * Get MeetingTimeslot value
72
-     * @return \Ews\StructType\EwsTimeSlot|null
72
+     * @return EwsTimeSlot
73 73
      */
74 74
     public function getMeetingTimeslot()
75 75
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
     /**
89 89
      * Get Confidence value
90
-     * @return float|null
90
+     * @return double
91 91
      */
92 92
     public function getConfidence()
93 93
     {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     }
106 106
     /**
107 107
      * Get Score value
108
-     * @return int|null
108
+     * @return integer
109 109
      */
110 110
     public function getScore()
111 111
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     }
128 128
     /**
129 129
      * Get OrganizerAvailability value
130
-     * @return string|null
130
+     * @return string
131 131
      */
132 132
     public function getOrganizerAvailability()
133 133
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
     /**
154 154
      * Get AttendeeAvailabilities value
155
-     * @return \Ews\ArrayType\EwsArrayOfAttendeeAvailability|null
155
+     * @return \Ews\ArrayType\EwsArrayOfAttendeeAvailability
156 156
      */
157 157
     public function getAttendeeAvailabilities()
158 158
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
     /**
172 172
      * Get Locations value
173
-     * @return \Ews\ArrayType\EwsArrayOfMeetingLocation|null
173
+     * @return \Ews\ArrayType\EwsArrayOfMeetingLocation
174 174
      */
175 175
     public function getLocations()
176 176
     {
Please login to merge, or discard this patch.
src/StructType/EwsModifiedEventType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
     /**
34 34
      * Get UnreadCount value
35
-     * @return int|null
35
+     * @return integer
36 36
      */
37 37
     public function getUnreadCount()
38 38
     {
Please login to merge, or discard this patch.
src/StructType/EwsNetworkItemType.php 1 patch
Doc Comments   +30 added lines, -30 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@  discard block
 block discarded – undo
331 331
     }
332 332
     /**
333 333
      * Get DomainId value
334
-     * @return int|null
334
+     * @return integer
335 335
      */
336 336
     public function getDomainId()
337 337
     {
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
     }
354 354
     /**
355 355
      * Get DomainTag value
356
-     * @return string|null
356
+     * @return string
357 357
      */
358 358
     public function getDomainTag()
359 359
     {
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     }
376 376
     /**
377 377
      * Get UserTileUrl value
378
-     * @return string|null
378
+     * @return string
379 379
      */
380 380
     public function getUserTileUrl()
381 381
     {
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
     }
398 398
     /**
399 399
      * Get ProfileUrl value
400
-     * @return string|null
400
+     * @return string
401 401
      */
402 402
     public function getProfileUrl()
403 403
     {
@@ -419,7 +419,7 @@  discard block
 block discarded – undo
419 419
     }
420 420
     /**
421 421
      * Get Settings value
422
-     * @return int|null
422
+     * @return integer
423 423
      */
424 424
     public function getSettings()
425 425
     {
@@ -441,7 +441,7 @@  discard block
 block discarded – undo
441 441
     }
442 442
     /**
443 443
      * Get IsDefault value
444
-     * @return bool|null
444
+     * @return boolean
445 445
      */
446 446
     public function getIsDefault()
447 447
     {
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
     }
460 460
     /**
461 461
      * Get AutoLinkError value
462
-     * @return string|null
462
+     * @return string
463 463
      */
464 464
     public function getAutoLinkError()
465 465
     {
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
     }
482 482
     /**
483 483
      * Get AutoLinkSuccess value
484
-     * @return string|null
484
+     * @return string
485 485
      */
486 486
     public function getAutoLinkSuccess()
487 487
     {
@@ -503,7 +503,7 @@  discard block
 block discarded – undo
503 503
     }
504 504
     /**
505 505
      * Get UserEmail value
506
-     * @return string|null
506
+     * @return string
507 507
      */
508 508
     public function getUserEmail()
509 509
     {
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
525 525
     }
526 526
     /**
527 527
      * Get ClientPublishSecret value
528
-     * @return string|null
528
+     * @return string
529 529
      */
530 530
     public function getClientPublishSecret()
531 531
     {
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
     }
548 548
     /**
549 549
      * Get ClientToken value
550
-     * @return string|null
550
+     * @return string
551 551
      */
552 552
     public function getClientToken()
553 553
     {
@@ -569,7 +569,7 @@  discard block
 block discarded – undo
569 569
     }
570 570
     /**
571 571
      * Get ClientToken2 value
572
-     * @return string|null
572
+     * @return string
573 573
      */
574 574
     public function getClientToken2()
575 575
     {
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
     }
592 592
     /**
593 593
      * Get ContactSyncError value
594
-     * @return string|null
594
+     * @return string
595 595
      */
596 596
     public function getContactSyncError()
597 597
     {
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
     }
614 614
     /**
615 615
      * Get ContactSyncSuccess value
616
-     * @return string|null
616
+     * @return string
617 617
      */
618 618
     public function getContactSyncSuccess()
619 619
     {
@@ -635,7 +635,7 @@  discard block
 block discarded – undo
635 635
     }
636 636
     /**
637 637
      * Get ErrorOffers value
638
-     * @return int|null
638
+     * @return integer
639 639
      */
640 640
     public function getErrorOffers()
641 641
     {
@@ -657,7 +657,7 @@  discard block
 block discarded – undo
657 657
     }
658 658
     /**
659 659
      * Get FirstAuthErrorDates value
660
-     * @return string|null
660
+     * @return string
661 661
      */
662 662
     public function getFirstAuthErrorDates()
663 663
     {
@@ -679,7 +679,7 @@  discard block
 block discarded – undo
679 679
     }
680 680
     /**
681 681
      * Get LastVersionSaved value
682
-     * @return int|null
682
+     * @return integer
683 683
      */
684 684
     public function getLastVersionSaved()
685 685
     {
@@ -701,7 +701,7 @@  discard block
 block discarded – undo
701 701
     }
702 702
     /**
703 703
      * Get LastWelcomeContact value
704
-     * @return string|null
704
+     * @return string
705 705
      */
706 706
     public function getLastWelcomeContact()
707 707
     {
@@ -723,7 +723,7 @@  discard block
 block discarded – undo
723 723
     }
724 724
     /**
725 725
      * Get Offers value
726
-     * @return int|null
726
+     * @return integer
727 727
      */
728 728
     public function getOffers()
729 729
     {
@@ -745,7 +745,7 @@  discard block
 block discarded – undo
745 745
     }
746 746
     /**
747 747
      * Get PsaLastChanged value
748
-     * @return string|null
748
+     * @return string
749 749
      */
750 750
     public function getPsaLastChanged()
751 751
     {
@@ -767,7 +767,7 @@  discard block
 block discarded – undo
767 767
     }
768 768
     /**
769 769
      * Get RefreshToken2 value
770
-     * @return string|null
770
+     * @return string
771 771
      */
772 772
     public function getRefreshToken2()
773 773
     {
@@ -789,7 +789,7 @@  discard block
 block discarded – undo
789 789
     }
790 790
     /**
791 791
      * Get RefreshTokenExpiry2 value
792
-     * @return string|null
792
+     * @return string
793 793
      */
794 794
     public function getRefreshTokenExpiry2()
795 795
     {
@@ -811,7 +811,7 @@  discard block
 block discarded – undo
811 811
     }
812 812
     /**
813 813
      * Get SessionHandle value
814
-     * @return string|null
814
+     * @return string
815 815
      */
816 816
     public function getSessionHandle()
817 817
     {
@@ -833,7 +833,7 @@  discard block
 block discarded – undo
833 833
     }
834 834
     /**
835 835
      * Get RejectedOffers value
836
-     * @return int|null
836
+     * @return integer
837 837
      */
838 838
     public function getRejectedOffers()
839 839
     {
@@ -855,7 +855,7 @@  discard block
 block discarded – undo
855 855
     }
856 856
     /**
857 857
      * Get SyncEnabled value
858
-     * @return bool|null
858
+     * @return boolean
859 859
      */
860 860
     public function getSyncEnabled()
861 861
     {
@@ -873,7 +873,7 @@  discard block
 block discarded – undo
873 873
     }
874 874
     /**
875 875
      * Get TokenRefreshLastAttempted value
876
-     * @return string|null
876
+     * @return string
877 877
      */
878 878
     public function getTokenRefreshLastAttempted()
879 879
     {
@@ -895,7 +895,7 @@  discard block
 block discarded – undo
895 895
     }
896 896
     /**
897 897
      * Get TokenRefreshLastCompleted value
898
-     * @return string|null
898
+     * @return string
899 899
      */
900 900
     public function getTokenRefreshLastCompleted()
901 901
     {
@@ -917,7 +917,7 @@  discard block
 block discarded – undo
917 917
     }
918 918
     /**
919 919
      * Get PsaState value
920
-     * @return string|null
920
+     * @return string
921 921
      */
922 922
     public function getPsaState()
923 923
     {
@@ -957,7 +957,7 @@  discard block
 block discarded – undo
957 957
     }
958 958
     /**
959 959
      * Get AccountName value
960
-     * @return string|null
960
+     * @return string
961 961
      */
962 962
     public function getAccountName()
963 963
     {
@@ -979,7 +979,7 @@  discard block
 block discarded – undo
979 979
     }
980 980
     /**
981 981
      * Get LastSync value
982
-     * @return string|null
982
+     * @return string
983 983
      */
984 984
     public function getLastSync()
985 985
     {
Please login to merge, or discard this patch.
src/StructType/EwsNonIndexableItemDetailType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
     }
268 268
     /**
269 269
      * Get LastAttemptTime value
270
-     * @return string|null
270
+     * @return string
271 271
      */
272 272
     public function getLastAttemptTime()
273 273
     {
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     }
290 290
     /**
291 291
      * Get AdditionalInfo value
292
-     * @return string|null
292
+     * @return string
293 293
      */
294 294
     public function getAdditionalInfo()
295 295
     {
Please login to merge, or discard this patch.
src/StructType/EwsNonIndexableItemStatisticType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     }
101 101
     /**
102 102
      * Get ErrorMessage value
103
-     * @return string|null
103
+     * @return string
104 104
      */
105 105
     public function getErrorMessage()
106 106
     {
Please login to merge, or discard this patch.
src/StructType/EwsNumberedRecurrenceRangeType.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 NumberOfOccurrences value
32
-     * @return int|null
32
+     * @return integer
33 33
      */
34 34
     public function getNumberOfOccurrences()
35 35
     {
Please login to merge, or discard this patch.