-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony6対応 #6073
Symfony6対応 #6073
Conversation
…uration. Replace `class_name` with `actor` in config to fix this
… with Codeception\Actor::getScenario()
…t) must be of type int, null given
… ($string) must be of type string, float given
…ing, int given
…nent to be installed. Try running "composer require symfony/lock".
…ntains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier)
…, register a listener on the LogoutEvent event instead."
…oles() must be compatible with Symfony\Component\Security\Core\User\UserInterface::getRoles(): array
…thod and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier)
…inFailureEvent instead"
…nt of SessionTokenStorage, inject a \Symfony\Component\HttpFoundation\RequestStack $requestStack instead"
…nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
…nt of SessionTokenStorage, inject a \Symfony\Component\HttpFoundation\RequestStack $requestStack instead"
…factory.generic service, the security.encoder_factory and Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"
…argument "$serviceContainer" of method "__construct()" references interface "Symfony\Component\DependencyInjection\ContainerInterface" but no such service exists. You should maybe alias this interface to the existing "service_container" service."
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## 4.3 #6073 +/- ##
============================================
+ Coverage 82.69% 82.78% +0.08%
- Complexity 6466 6509 +43
============================================
Files 477 479 +2
Lines 25953 26029 +76
============================================
+ Hits 21462 21547 +85
+ Misses 4491 4482 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
2月末ぐらいを目処に、mergeしていきたいと思います。 |
235143d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
概要(Overview・Refs Issue)
#6069 のシステム要件・フレームワークの更新に対応
アップデートするパッケージ
#6069 を参照
削除されるパッケージ
主な変更点
TODO
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
github actionsは一通りパス
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目