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

Develop #52

Merged
merged 5 commits into from Jan 7, 2024
Merged

Develop #52

merged 5 commits into from Jan 7, 2024

Conversation

mirko-pagliai
Copy link
Owner

No description provided.

  provides its own `urlToAbsolute()` protected method
Copy link

codecov bot commented Jan 6, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (21cb7f5) 99.10% compared to head (7e34cd3) 98.90%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/Entity.php 88.88% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #52      +/-   ##
============================================
- Coverage     99.10%   98.90%   -0.20%     
- Complexity      159      160       +1     
============================================
  Files             9        9              
  Lines           446      458      +12     
============================================
+ Hits            442      453      +11     
- Misses            4        5       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…d by the `Entity` class are deprecated and will

  be removed in a future release
…)` and `toArray()` methods provided by the `Entity`

    class are deprecated and will be removed in a future release. The `has()`, `get()` and `set()` methods can be replaced
  by the methods implemented by `ArrayAccess`, already present (using the `ScanResult` class as if it were an array)
…)`, `set()` and `toArray()` methods provided by the

  `Entity` class are deprecated and will be removed in a future release. The `has()`, `get()` and `set()` methods can be
  replaced by the methods implemented by `ArrayAccess`, already present (using the `ScanResult` class as if it were an array).
  The `Entity` class was only extended and used by `ScanResult`, so this is especially true for the latter class
@mirko-pagliai mirko-pagliai merged commit d3f55e2 into master Jan 7, 2024
22 of 24 checks passed
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