Update phpunit dep for phpstan

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2021-08-05 22:33:04 +02:00
parent 6a044f8c6e
commit 9a4ff85cf5
3 changed files with 6 additions and 2 deletions

View File

@ -87,5 +87,7 @@ class UsernameFeedTokenConverter implements ParamConverterInterface
// Map found user to the route's parameter
$request->attributes->set($configuration->getName(), $user);
return true;
}
}