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

Added support for magic serialization methods #326

Merged
merged 4 commits into from
Aug 23, 2022

Conversation

dragonmantank
Copy link
Contributor

Description

Adds support for magic serialization methods (See #324)

Motivation and Context

PHP 8.1 has added some additional deprecation warnings

How Has This Been Tested?

Unit tests

Example Output or Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov-commenter
Copy link

codecov-commenter commented Aug 22, 2022

Codecov Report

Merging #326 (5d21394) into main (ea5a1c6) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #326      +/-   ##
============================================
+ Coverage     82.07%   82.08%   +0.01%     
- Complexity     2055     2057       +2     
============================================
  Files           189      189              
  Lines          5305     5309       +4     
============================================
+ Hits           4354     4358       +4     
  Misses          951      951              
Impacted Files Coverage Δ
src/Verify/Verification.php 92.12% <100.00%> (+0.25%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

3 participants