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

Catch possible null error #49

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Catch possible null error #49

merged 1 commit into from
Jun 14, 2020

Conversation

core23
Copy link
Member

@core23 core23 commented Jun 14, 2020

Subject

Accessing the request attributes could return null.

@core23 core23 added the Bug label Jun 14, 2020
@codecov
Copy link

codecov bot commented Jun 14, 2020

Codecov Report

Merging #49 into main will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #49   +/-   ##
=========================================
  Coverage     55.80%   55.80%           
- Complexity      483      485    +2     
=========================================
  Files            62       62           
  Lines          1267     1267           
=========================================
  Hits            707      707           
  Misses          560      560           
Impacted Files Coverage Δ Complexity Δ
src/Action/CheckEmailAction.php 0.00% <0.00%> (ø) 4.00 <0.00> (+1.00)
src/Action/SendEmailAction.php 0.00% <0.00%> (ø) 13.00 <0.00> (+1.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 5fb4fc0...0ca16c3. Read the comment docs.

@core23 core23 merged commit 2b45e47 into main Jun 14, 2020
@core23 core23 deleted the fix-phpstan branch June 14, 2020 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant