Skip to content

Commit b5792d3

Browse files
mstilkerichphil-davis
authored andcommitted
Fix style
1 parent 505e905 commit b5792d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Sabre/CardDAV/ValidateFilterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ public function data()
209209
[$body1, [$filter12], 'anyof', false],
210210
[$body1, [$filter13], 'anyof', false],
211211
[$body1, [$filter14], 'anyof', true],
212-
[$body1, [$filterEmailWithoutSpecificDomain], 'anyof', true, "EMAIL properties with other domain exists, so this should return true"],
212+
[$body1, [$filterEmailWithoutSpecificDomain], 'anyof', true, 'EMAIL properties with other domain exists, so this should return true'],
213213

214214
// Param filter with text-match
215-
[$body1, [$filter15], 'anyof', true, 'TEL;TYPE with value WORK exists, so this should return true' ],
215+
[$body1, [$filter15], 'anyof', true, 'TEL;TYPE with value WORK exists, so this should return true'],
216216
[$body1, [$filter16], 'anyof', true, 'Some TEL;TYPE that do not match WORK exist. Match result is inverted, so this should return true'],
217217
[$body1, [$filterNoTelWithTypeOther], 'anyof', true, 'No TEL;TYPE contains OTHER. Match result is inverted, so this should return true'],
218218

0 commit comments

Comments
 (0)