Skip to content

Commit

Permalink
chore: Update dependencies (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Sep 22, 2023
1 parent 2aaaca5 commit 91f8785
Show file tree
Hide file tree
Showing 3 changed files with 639 additions and 697 deletions.
2 changes: 1 addition & 1 deletion tests/Command/Fixture/FullLifeCycleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private function askUsername(IO $io): string
$question = new Question('Please choose a username:');

$question->setValidator(
function (string $username) {
static function (string $username) {
if ('' === $username) {
throw new Exception('Username can not be empty');
}
Expand Down
Loading

0 comments on commit 91f8785

Please sign in to comment.