zenstruck / redirect-bundle

Store redirects for your site and keeps statistics on redirects and 404 errors.
MIT License
24 stars 8 forks source link

[Bugfix] Fix TypeError issue on Entity creation #37

Closed sadikoff closed 1 year ago

sadikoff commented 1 year ago

Alternative solution for #36 that will not fix EasyAdmin usage issue, but should cover empty string to null converion

Cheers

codecov-commenter commented 1 year ago

Codecov Report

Merging #37 (c9b7a6e) into master (1279f0f) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master       #37   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        74        74           
===========================================
  Files             12        12           
  Lines            190       190           
===========================================
  Hits             190       190           
Impacted Files Coverage Δ
src/Model/NotFound.php 100.00% <100.00%> (ø)
src/Model/Redirect.php 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

kbond commented 1 year ago

Thanks @sadikoff!