File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,6 @@ public function onDeleteItem(): array
293
293
* Add to bulk collection
294
294
*/
295
295
$ filesToDelete [] = $ path ;
296
-
297
296
} elseif ($ type === MediaLibraryItem::TYPE_FOLDER ) {
298
297
/*
299
298
* Delete single folder
Original file line number Diff line number Diff line change 131
131
<exclude-pattern >*/vendor/*</exclude-pattern >
132
132
<!-- Ignore this view file as fixing the issues in here will break the template -->
133
133
<exclude-pattern >modules/system/views/exception.php</exclude-pattern >
134
+ <!-- Ignore this view file as PHPCS wants line 8 to have 44 spaces instead of 12, clearly insane -->
135
+ <exclude-pattern >modules/backend/widgets/mediamanager/partials/_item-icon.php</exclude-pattern >
134
136
<!-- Ignore this test case completely as it's testing a parse error -->
135
137
<exclude-pattern >tests/fixtures/plugins/testvendor/goto/Plugin.php</exclude-pattern >
136
138
</ruleset >
You can’t perform that action at this time.
0 commit comments