Skip to content

Commit

Permalink
Merge pull request #775 from ergebnis/dependabot/composer/vimeo/psalm…
Browse files Browse the repository at this point in the history
…-4.9.2

composer(deps-dev): bump vimeo/psalm from 4.8.1 to 4.9.2
  • Loading branch information
localheinz authored Aug 13, 2021
2 parents 3b89adb + 3aaafe7 commit 3877b0a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 50 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"phpunit/phpunit": "^8.5.19",
"psalm/plugin-phpunit": "~0.16.1",
"symfony/filesystem": "^5.3.4",
"vimeo/psalm": "^4.8.1"
"vimeo/psalm": "^4.9.2"
},
"config": {
"platform": {
Expand Down
99 changes: 50 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Command/NormalizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ protected function execute(Console\Input\InputInterface $input, Console\Output\O
$composerFile = $input->getArgument('file');

if (null === $composerFile) {
/** @var string $composerFile */
$composerFile = Factory::getComposerFile();
}

Expand Down

0 comments on commit 3877b0a

Please sign in to comment.