Skip to content

Commit

Permalink
Apply Code Style Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 authored and github-actions[bot] committed Sep 20, 2022
1 parent d90b74e commit a85e14f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tasks/Publish/BundleJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function run(): void
// ignore unreadable directories, VCS files, and include dot-files.

foreach ($files as $file) {

// Make sure it's not an excluded file.
if (in_array($file->getFilename(), $this->forbiddenFiles, true)) {
continue;
Expand Down

0 comments on commit a85e14f

Please sign in to comment.