-
- Downloads
Fix phpstan errors level 2
parent
2c08d6c5
Branches
Tags
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- src/Security/EmailVerifier.php 6 additions, 6 deletionssrc/Security/EmailVerifier.php
- tests/functional/RegistrationControllerTest.php 2 additions, 0 deletionstests/functional/RegistrationControllerTest.php
- tests/functional/ResetPasswordControllerTest.php 1 addition, 0 deletionstests/functional/ResetPasswordControllerTest.php
... | @@ -69,7 +69,8 @@ | ... | @@ -69,7 +69,8 @@ |
"symfony/maker-bundle": "^1.0", | "symfony/maker-bundle": "^1.0", | ||
"symfony/phpunit-bridge": "^5.3", | "symfony/phpunit-bridge": "^5.3", | ||
"symfony/stopwatch": "5.3.*", | "symfony/stopwatch": "5.3.*", | ||
"symfony/web-profiler-bundle": "5.3.*" | "symfony/web-profiler-bundle": "5.3.*", | ||
"ext-imap": "*" | |||
}, | }, | ||
"config": { | "config": { | ||
"optimize-autoloader": true, | "optimize-autoloader": true, | ||
... | ... |
Please register or sign in to comment