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

Push Statement::parse() down to SelectStatement #546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MauricioFauth
Copy link
Member

This removes SelectStatement specific code from Statement::parse() method.

This removes SelectStatement specific code from Statement::parse()
method.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

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

Comparison is base (ac1004c) 96.54% compared to head (99e20df) 96.33%.

Files Patch % Lines
src/Statements/SelectStatement.php 97.36% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #546      +/-   ##
============================================
- Coverage     96.54%   96.33%   -0.21%     
- Complexity     2149     2174      +25     
============================================
  Files            86       86              
  Lines          5006     5051      +45     
============================================
+ Hits           4833     4866      +33     
- Misses          173      185      +12     

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

@kamil-tekiela
Copy link
Contributor

Is there anything we can do about all the PHPStan warnings?

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

3 participants