Completed
Push — develop ( d39876...99582e )
by Mikaël
32:46
created
src/StructType/EwsAbchEmailAddressDictionaryEntryType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     }
109 109
     /**
110 110
      * Get IsMessengerEnabled value
111
-     * @return bool|null
111
+     * @return boolean
112 112
      */
113 113
     public function getIsMessengerEnabled()
114 114
     {
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
     /**
128 128
      * Get Capabilities value
129
-     * @return int|null
129
+     * @return integer
130 130
      */
131 131
     public function getCapabilities()
132 132
     {
Please login to merge, or discard this patch.
src/StructType/EwsAbchPersonItemType.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
     /**
105 105
      * Get AntiLinkInfo value
106
-     * @return string|null
106
+     * @return string
107 107
      */
108 108
     public function getAntiLinkInfo()
109 109
     {
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     }
126 126
     /**
127 127
      * Get PersonId value
128
-     * @return string|null
128
+     * @return string
129 129
      */
130 130
     public function getPersonId()
131 131
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     }
152 152
     /**
153 153
      * Get ContactHandles value
154
-     * @return \Ews\ArrayType\EwsArrayOfAbchPersonContactHandlesType|null
154
+     * @return \Ews\ArrayType\EwsArrayOfAbchPersonContactHandlesType
155 155
      */
156 156
     public function getContactHandles()
157 157
     {
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     }
170 170
     /**
171 171
      * Get ContactCategories value
172
-     * @return \Ews\ArrayType\EwsArrayOfStringsType|null
172
+     * @return \Ews\ArrayType\EwsArrayOfStringsType
173 173
      */
174 174
     public function getContactCategories()
175 175
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     }
188 188
     /**
189 189
      * Get RelevanceOrder1 value
190
-     * @return string|null
190
+     * @return string
191 191
      */
192 192
     public function getRelevanceOrder1()
193 193
     {
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     }
210 210
     /**
211 211
      * Get RelevanceOrder2 value
212
-     * @return string|null
212
+     * @return string
213 213
      */
214 214
     public function getRelevanceOrder2()
215 215
     {
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
     }
232 232
     /**
233 233
      * Get TrustLevel value
234
-     * @return int|null
234
+     * @return integer
235 235
      */
236 236
     public function getTrustLevel()
237 237
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
     }
254 254
     /**
255 255
      * Get FavoriteOrder value
256
-     * @return int|null
256
+     * @return integer
257 257
      */
258 258
     public function getFavoriteOrder()
259 259
     {
Please login to merge, or discard this patch.
src/StructType/EwsAbsoluteMonthlyRecurrencePatternType.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 DayOfMonth value
32
-     * @return int|null
32
+     * @return integer
33 33
      */
34 34
     public function getDayOfMonth()
35 35
     {
Please login to merge, or discard this patch.
src/StructType/EwsAbsoluteYearlyRecurrencePatternType.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 DayOfMonth value
40
-     * @return int|null
40
+     * @return integer
41 41
      */
42 42
     public function getDayOfMonth()
43 43
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
     /**
61 61
      * Get Month value
62
-     * @return string|null
62
+     * @return string
63 63
      */
64 64
     public function getMonth()
65 65
     {
Please login to merge, or discard this patch.
src/StructType/EwsAddEntityFeedbackResponseMessageType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     }
66 66
     /**
67 67
      * Get ErrorDetails value
68
-     * @return string|null
68
+     * @return string
69 69
      */
70 70
     public function getErrorDetails()
71 71
     {
Please login to merge, or discard this patch.
src/StructType/EwsApprovalRequestDataType.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
     /**
63 63
      * Get IsUndecidedApprovalRequest value
64
-     * @return bool|null
64
+     * @return boolean
65 65
      */
66 66
     public function getIsUndecidedApprovalRequest()
67 67
     {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
     /**
81 81
      * Get ApprovalDecision value
82
-     * @return int|null
82
+     * @return integer
83 83
      */
84 84
     public function getApprovalDecision()
85 85
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
     /**
103 103
      * Get ApprovalDecisionMaker value
104
-     * @return string|null
104
+     * @return string
105 105
      */
106 106
     public function getApprovalDecisionMaker()
107 107
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     }
124 124
     /**
125 125
      * Get ApprovalDecisionTime value
126
-     * @return string|null
126
+     * @return string
127 127
      */
128 128
     public function getApprovalDecisionTime()
129 129
     {
Please login to merge, or discard this patch.
src/StructType/EwsArrayOfDLExpansionType.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
     /**
74 74
      * Get Mailbox value
75
-     * @return \Ews\StructType\EwsEmailAddressType[]|null
75
+     * @return EwsEmailAddressType[]
76 76
      */
77 77
     public function getMailbox()
78 78
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
     /**
114 114
      * Get IndexedPagingOffset value
115
-     * @return int|null
115
+     * @return integer
116 116
      */
117 117
     public function getIndexedPagingOffset()
118 118
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
     /**
136 136
      * Get NumeratorOffset value
137
-     * @return int|null
137
+     * @return integer
138 138
      */
139 139
     public function getNumeratorOffset()
140 140
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
     /**
158 158
      * Get AbsoluteDenominator value
159
-     * @return int|null
159
+     * @return integer
160 160
      */
161 161
     public function getAbsoluteDenominator()
162 162
     {
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     }
179 179
     /**
180 180
      * Get IncludesLastItemInRange value
181
-     * @return bool|null
181
+     * @return boolean
182 182
      */
183 183
     public function getIncludesLastItemInRange()
184 184
     {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     }
197 197
     /**
198 198
      * Get TotalItemsInView value
199
-     * @return int|null
199
+     * @return integer
200 200
      */
201 201
     public function getTotalItemsInView()
202 202
     {
Please login to merge, or discard this patch.
src/StructType/EwsArrayOfResolutionType.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
     /**
74 74
      * Get Resolution value
75
-     * @return \Ews\StructType\EwsResolutionType[]|null
75
+     * @return EwsResolutionType[]
76 76
      */
77 77
     public function getResolution()
78 78
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
     /**
114 114
      * Get IndexedPagingOffset value
115
-     * @return int|null
115
+     * @return integer
116 116
      */
117 117
     public function getIndexedPagingOffset()
118 118
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
     /**
136 136
      * Get NumeratorOffset value
137
-     * @return int|null
137
+     * @return integer
138 138
      */
139 139
     public function getNumeratorOffset()
140 140
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
     /**
158 158
      * Get AbsoluteDenominator value
159
-     * @return int|null
159
+     * @return integer
160 160
      */
161 161
     public function getAbsoluteDenominator()
162 162
     {
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     }
179 179
     /**
180 180
      * Get IncludesLastItemInRange value
181
-     * @return bool|null
181
+     * @return boolean
182 182
      */
183 183
     public function getIncludesLastItemInRange()
184 184
     {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     }
197 197
     /**
198 198
      * Get TotalItemsInView value
199
-     * @return int|null
199
+     * @return integer
200 200
      */
201 201
     public function getTotalItemsInView()
202 202
     {
Please login to merge, or discard this patch.
src/StructType/EwsAttachmentType.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     }
110 110
     /**
111 111
      * Get AttachmentId value
112
-     * @return \Ews\StructType\EwsAttachmentIdType|null
112
+     * @return EwsAttachmentIdType
113 113
      */
114 114
     public function getAttachmentId()
115 115
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     }
128 128
     /**
129 129
      * Get Name value
130
-     * @return string|null
130
+     * @return string
131 131
      */
132 132
     public function getName()
133 133
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     }
150 150
     /**
151 151
      * Get ContentType value
152
-     * @return string|null
152
+     * @return string
153 153
      */
154 154
     public function getContentType()
155 155
     {
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     }
172 172
     /**
173 173
      * Get ContentId value
174
-     * @return string|null
174
+     * @return string
175 175
      */
176 176
     public function getContentId()
177 177
     {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     }
194 194
     /**
195 195
      * Get ContentLocation value
196
-     * @return string|null
196
+     * @return string
197 197
      */
198 198
     public function getContentLocation()
199 199
     {
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     }
216 216
     /**
217 217
      * Get Size value
218
-     * @return int|null
218
+     * @return integer
219 219
      */
220 220
     public function getSize()
221 221
     {
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     }
238 238
     /**
239 239
      * Get LastModifiedTime value
240
-     * @return string|null
240
+     * @return string
241 241
      */
242 242
     public function getLastModifiedTime()
243 243
     {
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     }
260 260
     /**
261 261
      * Get IsInline value
262
-     * @return bool|null
262
+     * @return boolean
263 263
      */
264 264
     public function getIsInline()
265 265
     {
Please login to merge, or discard this patch.