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

T14213 abstract classes #14228

Merged
merged 58 commits into from
Jul 4, 2019
Merged

T14213 abstract classes #14228

merged 58 commits into from
Jul 4, 2019

Conversation

niden
Copy link
Member

@niden niden commented Jul 2, 2019

Hello!

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines

  • I have checked that another pull request for this purpose does not exist

  • I wrote some tests for this PR

  • I have updated the relevant CHANGELOG

  • I have created a PR for the documentation about this change

  • Added Phalcon\Db\Enum

  • Added Phalcon\Dispatcher\Exception

  • Renamed Phalcon\Acl to Phalcon\Acl\Enum

  • Renamed Phalcon\Acl\Adapter to Phalcon\Acl\Adapter\AbstractAdapter

  • Renamed Phalcon\Acl\AdapterInterface to Phalcon\Acl\Adapter\AdapterInterface

  • Renamed Phalcon\Application to Phalcon\Application\AbstractApplication

  • Renamed Phalcon\Container to Phalcon\Container\Container

  • Renamed Phalcon\Crypt to Phalcon\Crypt\Crypt

  • Renamed Phalcon\CryptInterface to Phalcon\Crypt\CryptInterface

  • Renamed Phalcon\Db\Adapter to Phalcon\Db\Adapter\AbstractAdapter

  • Renamed Phalcon\Db\AdapterInterface to Phalcon\Db\Adapter\AdapterInterface

  • Renamed Phalcon\Db to Phalcon\Db\AdapterDb

  • Renamed Phalcon\Db\Adapter\Pdo to Phalcon\Db\Adapter\Pdo\AbstractPdo

  • Renamed Phalcon\Dispatcher to Phalcon\Dispatcher\AbstractDispatcher

  • Renamed Phalcon\DispatcherInterface to Phalcon\Dispatcher\DispatcherInterface

  • Renamed Phalcon\Escaper to Phalcon\Escaper\Escaper

  • Renamed Phalcon\EscaperInterface to Phalcon\Escaper\EscaperInterface

  • Renamed Phalcon\Firewall\Adapter to Phalcon\Firewall\Adapter\AbstractAdapter

  • Renamed Phalcon\Firewall\AdapterInterface to Phalcon\Firewall\Adapter\AdapterInterface

  • Renamed Phalcon\Flash to Phalcon\Flash\AbstractFlash

  • Renamed Phalcon\FlashInterface to Phalcon\Flash\FlashInterface

  • Renamed Phalcon\Forms\Element to Phalcon\Forms\Element\AbstractElement

  • Renamed Phalcon\Forms\ElementInterface to Phalcon\Forms\Element\ElementInterface

  • Renamed Phalcon\Image to Phalcon\Image\Enum

  • Renamed Phalcon\Mvc\View\Engine to Phalcon\Mvc\View\Engine\AbstractEngine

  • Renamed Phalcon\Mvc\View\EngineInterface to Phalcon\Mvc\View\Engine\EngineInterface

  • Renamed Phalcon\Security to Phalcon\Security\Security

  • Renamed Phalcon\Validator to Phalcon\Validator\Validator

  • Renamed Phalcon\Validator\Validator to Phalcon\Validator\AbstractValidator

  • Renamed Phalcon\Validator\ValidatorComposite to Phalcon\Validator\AbstractValidatorComposite

  • Renamed Phalcon\Validator\CombinedFieldsValidator to Phalcon\Validator\AbstractCombinedFields

  • Renamed Phalcon\Validator\Validator\File\FileAbstract to Phalcon\Validator\Validator\File\AbstractFile

Thanks

niden added 30 commits July 1, 2019 21:42
@niden niden added 4.0 enhancement Enhancement to the framework labels Jul 2, 2019
@niden
Copy link
Member Author

niden commented Jul 2, 2019

cc @sergeyklay

@codecov
Copy link

codecov bot commented Jul 2, 2019

Codecov Report

Merging #14228 into 4.0.x will increase coverage by 0.49%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            4.0.x   #14228      +/-   ##
==========================================
+ Coverage   66.32%   66.82%   +0.49%     
==========================================
  Files         475      445      -30     
  Lines      111553   102162    -9391     
==========================================
- Hits        73991    68267    -5724     
+ Misses      37562    33895    -3667
Impacted Files Coverage Δ
ext/phalcon/validation/validator/digit.zep.c 100% <0%> (ø) ⬆️
ext/phalcon/validation/validator/regex.zep.c 100% <0%> (ø) ⬆️
ext/phalcon/validation/validator/date.zep.c 100% <0%> (ø) ⬆️
ext/phalcon/validation/validator/identical.zep.c 90.38% <0%> (ø) ⬆️
ext/phalcon/validation/validator/creditcard.zep.c 79.34% <0%> (ø) ⬆️
ext/phalcon/validation/validator/exception.zep.c 100% <0%> (ø) ⬆️
ext/phalcon/validation/validator/presenceof.zep.c 100% <0%> (ø) ⬆️
ext/phalcon/validation/validator/inclusionin.zep.c 81.81% <0%> (ø) ⬆️
ext/phalcon/validation/validator/url.zep.c 100% <0%> (ø) ⬆️
ext/phalcon/validation/validator/between.zep.c 100% <0%> (ø) ⬆️
... and 11 more

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 4066b2b...98e7bca. Read the comment docs.

Copy link
Contributor

@sergeyklay sergeyklay left a comment

Choose a reason for hiding this comment

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

❤️

@niden niden merged commit 14a9ab6 into phalcon:4.0.x Jul 4, 2019
@niden niden deleted the T14213-abstract-classes branch September 12, 2019 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to the framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants