-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
T14213 abstract classes #14228
Conversation
cc @sergeyklay |
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
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
toPhalcon\Acl\Enum
Renamed
Phalcon\Acl\Adapter
toPhalcon\Acl\Adapter\AbstractAdapter
Renamed
Phalcon\Acl\AdapterInterface
toPhalcon\Acl\Adapter\AdapterInterface
Renamed
Phalcon\Application
toPhalcon\Application\AbstractApplication
Renamed
Phalcon\Container
toPhalcon\Container\Container
Renamed
Phalcon\Crypt
toPhalcon\Crypt\Crypt
Renamed
Phalcon\CryptInterface
toPhalcon\Crypt\CryptInterface
Renamed
Phalcon\Db\Adapter
toPhalcon\Db\Adapter\AbstractAdapter
Renamed
Phalcon\Db\AdapterInterface
toPhalcon\Db\Adapter\AdapterInterface
Renamed
Phalcon\Db
toPhalcon\Db\AdapterDb
Renamed
Phalcon\Db\Adapter\Pdo
toPhalcon\Db\Adapter\Pdo\AbstractPdo
Renamed
Phalcon\Dispatcher
toPhalcon\Dispatcher\AbstractDispatcher
Renamed
Phalcon\DispatcherInterface
toPhalcon\Dispatcher\DispatcherInterface
Renamed
Phalcon\Escaper
toPhalcon\Escaper\Escaper
Renamed
Phalcon\EscaperInterface
toPhalcon\Escaper\EscaperInterface
Renamed
Phalcon\Firewall\Adapter
toPhalcon\Firewall\Adapter\AbstractAdapter
Renamed
Phalcon\Firewall\AdapterInterface
toPhalcon\Firewall\Adapter\AdapterInterface
Renamed
Phalcon\Flash
toPhalcon\Flash\AbstractFlash
Renamed
Phalcon\FlashInterface
toPhalcon\Flash\FlashInterface
Renamed
Phalcon\Forms\Element
toPhalcon\Forms\Element\AbstractElement
Renamed
Phalcon\Forms\ElementInterface
toPhalcon\Forms\Element\ElementInterface
Renamed
Phalcon\Image
toPhalcon\Image\Enum
Renamed
Phalcon\Mvc\View\Engine
toPhalcon\Mvc\View\Engine\AbstractEngine
Renamed
Phalcon\Mvc\View\EngineInterface
toPhalcon\Mvc\View\Engine\EngineInterface
Renamed
Phalcon\Security
toPhalcon\Security\Security
Renamed
Phalcon\Validator
toPhalcon\Validator\Validator
Renamed
Phalcon\Validator\Validator
toPhalcon\Validator\AbstractValidator
Renamed
Phalcon\Validator\ValidatorComposite
toPhalcon\Validator\AbstractValidatorComposite
Renamed
Phalcon\Validator\CombinedFieldsValidator
toPhalcon\Validator\AbstractCombinedFields
Renamed
Phalcon\Validator\Validator\File\FileAbstract
toPhalcon\Validator\Validator\File\AbstractFile
Thanks