Releases: CakeDC/cakephp-phpstan
Releases · CakeDC/cakephp-phpstan
2.0.1
What's Changed
- Provide correct return type for
Cake\Console\ConsoleIo::helper()by @rochamarcelo in #10 - Dynamic return extension checks for console helpers at
{Base}\Shell\Helperand{Base}\Commnd\Helpernamespaces by @rochamarcelo in #10 - Add backslash to function call for performance optimization by @zonuexe in #8
- Remove unnecessary left end backslash from the namespace by @zonuexe in #7
New Contributors
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- update to PHPStan 1.0 and fix new errors by @LordSimal in #4
New Contributors
- @LordSimal made their first contribution in #4
Full Changelog: 1.0.2...2.0.0
1.0.2
What's Changed
- Add 4.3 fetchTable() resolution by @dereuromark in #2
New Contributors
- @dereuromark made their first contribution in #2
Full Changelog: 1.0.1...1.0.2
1.0.1
- Added info about phpstan extension installer
- Fixes for travis
1.0.0
CakePHP 4 Release
- Provide correct return type
\Cake\ORM\Locator\LocatorInterface::get - Provide correct return type
Cake\Controller\Controller::loadModel - Provide correct return type
Cake\Controller\Controller::loadComponent - Provide correct return type
Cake\Command\Command::loadModel - Provide correct return type
Cake\Console\Shell::loadModel - Provide correct return type
Cake\Mailer\Mailer::loadModel - Provide correct return type
Cake\View\Cell::loadModel - Provide correct return type
Cake\Console\Shell::helper