File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/Sabre/CalDAV/Xml/Request Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ public function testDeserializeComplex()
137137 [
138138 'name ' => 'UID ' ,
139139 'is-not-defined ' => false ,
140- 'time-range ' => false ,
140+ 'time-range ' => [] ,
141141 'text-match ' => null ,
142142 'param-filters ' => [],
143143 ],
144144 [
145145 'name ' => 'X-PROP ' ,
146146 'is-not-defined ' => false ,
147- 'time-range ' => false ,
147+ 'time-range ' => [] ,
148148 'text-match ' => null ,
149149 'param-filters ' => [
150150 [
@@ -171,7 +171,7 @@ public function testDeserializeComplex()
171171 [
172172 'name ' => 'X-PROP2 ' ,
173173 'is-not-defined ' => true ,
174- 'time-range ' => false ,
174+ 'time-range ' => [] ,
175175 'text-match ' => null ,
176176 'param-filters ' => [],
177177 ],
@@ -188,7 +188,7 @@ public function testDeserializeComplex()
188188 [
189189 'name ' => 'X-PROP4 ' ,
190190 'is-not-defined ' => false ,
191- 'time-range ' => false ,
191+ 'time-range ' => [] ,
192192 'text-match ' => [
193193 'negate-condition ' => false ,
194194 'collation ' => 'i;ascii-casemap ' ,
You can’t perform that action at this time.
0 commit comments