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

Fixed "IsAbstract" for interfaces, traits, enums and final classes #425

Merged
merged 2 commits into from
May 8, 2024

Conversation

sebastianstucke87
Copy link
Contributor

Fixed \Arkitect\Expression\ForClasses\IsAbstract because:

  • interfaces can not be abstract
  • traits can not be abstract
  • enums can not be abstract
  • final classes can not be abstract

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.19%. Comparing base (b78ecce) to head (00dd134).
Report is 3 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #425   +/-   ##
=========================================
  Coverage     94.19%   94.19%           
- Complexity      582      586    +4     
=========================================
  Files            69       69           
  Lines          1533     1534    +1     
=========================================
+ Hits           1444     1445    +1     
  Misses           89       89           

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

@AlessandroMinoccheri
Copy link
Member

Hi @sebastianstucke87 can you please fix red checks?

Copy link
Member

@AlessandroMinoccheri AlessandroMinoccheri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@AlessandroMinoccheri AlessandroMinoccheri merged commit f55131c into phparkitect:main May 8, 2024
17 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

3 participants