Skip to content
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

Upgrade symfony 5.2 => 5.3 #126

Merged
merged 9 commits into from
Jun 12, 2021
Merged

Conversation

frank9999
Copy link
Member

No description provided.

…nt::isMasterRequest() is deprecated, use isMainRequest() instead
…PasswordEncoderInterface service is deprecated, use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface instead
… is deprecated, use "password_hashers" instead
…ication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead
…ecated, use "session.storage.factory.native" instead.
…ss that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "FrankProjects\UltimateWarfare\Entity\User" should implement it.
…\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
…n\SessionInterface" and "SessionInterface" aliases are deprecated, use "->getSession()" instead.
@codecov-commenter
Copy link

Codecov Report

Merging #126 (3317353) into master (cf839a4) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #126      +/-   ##
===========================================
- Coverage      0.08%   0.08%   -0.01%     
- Complexity     1795    1796       +1     
===========================================
  Files           190     190              
  Lines          5735    5737       +2     
===========================================
  Hits              5       5              
- Misses         5730    5732       +2     
Impacted Files Coverage Δ
src/Controller/Game/SurrenderController.php 0.00% <0.00%> (ø)
src/Controller/Game/UserController.php 0.00% <0.00%> (ø)
src/Controller/Site/ResetPasswordController.php 0.00% <0.00%> (ø)
src/Entity/User.php 0.00% <0.00%> (ø)
src/EventSubscriber/GameEngineSubscriber.php 0.00% <0.00%> (ø)
src/EventSubscriber/LocaleSubscriber.php 0.00% <0.00%> (ø)
src/EventSubscriber/UserSubscriber.php 0.00% <0.00%> (ø)
src/Service/Action/RegisterActionService.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf839a4...3317353. Read the comment docs.

@frank9999 frank9999 merged commit ef69954 into FrankProjects:master Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants