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

Fix PHP 8.1 deprecation warnings with unserializable symfony cache component support #100

Merged
merged 5 commits into from Nov 6, 2021

Conversation

koriym
Copy link
Member

@koriym koriym commented Nov 5, 2021

  • Fix PHP 8.1 deprecation warnings in Serializable interface
  • Instantiate symfony cache component which is unserializable in __unserialize with injected Injector.

@codecov
Copy link

codecov bot commented Nov 5, 2021

Codecov Report

Merging #100 (22b6678) into 1.x (3a06bdd) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                 1.x      #100   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       225       228    +3     
===========================================
  Files             48        49    +1     
  Lines            671       692   +21     
===========================================
+ Hits             671       692   +21     
Impacted Files Coverage Δ
src/Php73BcSerializableTrait.php 100.00% <100.00%> (ø)
src/ResourceStorage.php 100.00% <100.00%> (ø)
src/ResourceStorageCacheableTrait.php 100.00% <100.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 3a06bdd...22b6678. Read the comment docs.

@koriym koriym force-pushed the php8.1-serializable branch 3 times, most recently from b47c888 to 441972e Compare November 6, 2021 08:27
@koriym koriym merged commit cc30df2 into bearsunday:1.x Nov 6, 2021
@koriym koriym deleted the php8.1-serializable branch November 6, 2021 08:49
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.

None yet

1 participant