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

Enhancement: Implement Classes\NoExtendsRule #68

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

localheinz
Copy link
Member

This PR

  • implements Classes\NoExtendsRule which reports an error when a class extends a class that is not explicitly allowed to be extended

@localheinz localheinz self-assigned this Jan 17, 2019
@codecov
Copy link

codecov bot commented Jan 17, 2019

Codecov Report

Merging #68 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #68   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity       55     61    +6     
=======================================
  Files            11     12    +1     
  Lines           201    220   +19     
=======================================
+ Hits            201    220   +19
Impacted Files Coverage Δ Complexity Δ
src/Classes/NoExtendsRule.php 100% <100%> (ø) 6 <6> (?)

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 ab75cda...918ae7f. Read the comment docs.

@localheinz localheinz force-pushed the feature/no-extends-rule branch 3 times, most recently from cebf238 to 2851619 Compare January 17, 2019 19:22
@localheinz localheinz merged commit 7dfeb42 into master Jan 17, 2019
@localheinz localheinz deleted the feature/no-extends-rule branch January 17, 2019 20:21
@localheinz localheinz mentioned this pull request Jan 17, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant