Skip to content

Commit

Permalink
Updated phpunit/phpunit package
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Mar 18, 2021
1 parent 6d06e33 commit ee349e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"friendsofphp/php-cs-fixer": "^3.0@dev",
"monolog/monolog": "^2.0 || ^3.0",
"phpspec/phpspec": "^6.1 || ^7.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.0",
"adlawson/vfs": "^0.12.1"
},
"minimum-stability": "stable",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion test/Assertion/CommandRunnerHasRunCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private function hasCommand(CommandExpectation $processPlaceholder): bool
return false;
}

public function evaluate($other, string $description = '', bool $returnResult = false)
public function evaluate($other, string $description = '', bool $returnResult = false): bool|null
{
/** @var CommandExpectation $command */
foreach ($other as $command) {
Expand Down

0 comments on commit ee349e2

Please sign in to comment.