Skip to content

Commit

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

declare(strict_types=1);

// phpcs:ignore Generic.Files.MixDeclarationsAndSideEffects
function copyFile(array $file): void
{
if (is_readable($file['destination'])) {
Expand All @@ -15,6 +16,7 @@ function copyFile(array $file): void
}
}

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

0 comments on commit dc0c513

Please sign in to comment.