Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 9, 2017
1 parent 4d1dc8e commit 020fa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php
Expand Up @@ -193,7 +193,7 @@ function testFilesThatAreSiblingsOfDirectoriesShouldBeReportedAsFiles() {
/** @var \SimpleXMLElement $thing */
$hrefPaths[] = strip_tags($thing->asXML());
}
} else if ($test === '/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype') {
} elseif ($test === '/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype') {
$count = 0;
foreach ($xml->xpath($test) as $thing) {
/** @var \SimpleXMLElement $thing */
Expand Down

0 comments on commit 020fa28

Please sign in to comment.