summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/SharedMountTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/tests/SharedMountTest.php')
-rw-r--r--apps/files_sharing/tests/SharedMountTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/SharedMountTest.php b/apps/files_sharing/tests/SharedMountTest.php
index cda01aacba2..f3fe96d2c3d 100644
--- a/apps/files_sharing/tests/SharedMountTest.php
+++ b/apps/files_sharing/tests/SharedMountTest.php
@@ -334,7 +334,7 @@ class SharedMountTest extends TestCase {
if ($type === 'file') {
$path = $this->filename;
- } else if ($type === 'folder') {
+ } elseif ($type === 'folder') {
$path = $this->folder;
}