diff options
author | ACTom <i@actom.me> | 2020-10-15 16:46:56 +0800 |
---|---|---|
committer | ACTom <i@actom.me> | 2020-10-18 00:38:57 +0800 |
commit | 2d175586b4f4785ff6993ece1946f28d543eadae (patch) | |
tree | 94e8284b8c94c78badd8b86295fcc3cf6cf2c5e9 /tests/lib | |
parent | 47ebcdff9e7b1785550c22d1742fa7f46a72deef (diff) | |
download | nextcloud-server-2d175586b4f4785ff6993ece1946f28d543eadae.tar.gz nextcloud-server-2d175586b4f4785ff6993ece1946f28d543eadae.zip |
fix php-cs check fail(tests/lib/IntegrityCheck/CheckerTest.php)
Signed-off-by: ACTom <i@actom.me>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/IntegrityCheck/CheckerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/IntegrityCheck/CheckerTest.php b/tests/lib/IntegrityCheck/CheckerTest.php index 25e302cfae3..79dc6670260 100644 --- a/tests/lib/IntegrityCheck/CheckerTest.php +++ b/tests/lib/IntegrityCheck/CheckerTest.php @@ -883,8 +883,8 @@ class CheckerTest extends TestCase { 'web' => 'text/code', 'application/internet-shortcut' => 'link', 'application/km' => 'mindmap', - 'application/x-freemind' => 'mindmap', - 'application/vnd.xmind.workbook' => 'mindmap' + 'application/x-freemind' => 'mindmap', + 'application/vnd.xmind.workbook' => 'mindmap' ]); $this->environmentHelper |