fix php-cs check fail(tests/lib/IntegrityCheck/CheckerTest.php)
Signed-off-by: ACTom <i@actom.me>
This commit is contained in:
parent
47ebcdff9e
commit
2d175586b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue