mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Code style fixes
This commit is contained in:
parent
585949abc4
commit
b29d1b9883
@ -293,7 +293,6 @@ class MediaManager extends WidgetBase
|
||||
* Add to bulk collection
|
||||
*/
|
||||
$filesToDelete[] = $path;
|
||||
|
||||
} elseif ($type === MediaLibraryItem::TYPE_FOLDER) {
|
||||
/*
|
||||
* Delete single folder
|
||||
|
@ -131,6 +131,8 @@
|
||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||
<!-- Ignore this view file as fixing the issues in here will break the template -->
|
||||
<exclude-pattern>modules/system/views/exception.php</exclude-pattern>
|
||||
<!-- Ignore this view file as PHPCS wants line 8 to have 44 spaces instead of 12, clearly insane -->
|
||||
<exclude-pattern>modules/backend/widgets/mediamanager/partials/_item-icon.php</exclude-pattern>
|
||||
<!-- Ignore this test case completely as it's testing a parse error -->
|
||||
<exclude-pattern>tests/fixtures/plugins/testvendor/goto/Plugin.php</exclude-pattern>
|
||||
</ruleset>
|
||||
|
Loading…
x
Reference in New Issue
Block a user