From 020fa28d72350b73143f504f56d5d48e063eeb46 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 9 Oct 2017 19:48:56 +0200 Subject: [PATCH] Fixed CS --- tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php b/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php index f4f94d37c8..b410286c66 100644 --- a/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php +++ b/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php @@ -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 */