Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Dec 4, 2024
1 parent dc0c513 commit 3518688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/composer-post-install-script.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

declare(strict_types=1);

// phpcs:ignore Generic.Files.MixDeclarationsAndSideEffects
// phpcs:disable PSR1.Files.SideEffects.FoundWithSymbols

function copyFile(array $file): void
{
if (is_readable($file['destination'])) {
Expand All @@ -16,7 +17,6 @@ function copyFile(array $file): void
}
}

// phpcs:ignore Generic.Files.MixDeclarationsAndSideEffects
$files = [
[
'source' => 'config/autoload/local.php.dist',
Expand Down

0 comments on commit 3518688

Please sign in to comment.