Releases: macopedia/phpstan-magento1
Releases · macopedia/phpstan-magento1
v1.0.8 PHP 8.4 compatibility
v1.0.7 Fix config for magento autoloader
Full Changelog: v1.0.6...v1.0.7
v1.0.6 Fix controllers autoloader (prevents undefined class when overwiting controllers)
Added support for Mage_Core_Block_Abstract::helper()
Also fixed some code styles.
Speed up static analisys & provide config for fully autoladed version
v1.0.4 Add new extension-mage-autoload.neon to run stan without static refle…
Avoid phpstan error on variable passed to factory
This is an important release, it will ease the use of phpstan-magento, as now it will not throw internal phpstan error
when the variable is being passed to a factory.
Thus you don't have to exclude the whole file from the analysis.
Allow newer phpstan versions (tested with 1.4.6)
v1.0.2 Allow more recent phpstan versions
Add support for Mage::throwException
- Add support for Mage::throwException
- improve readme
New PHPStan, runs without db connection
This version is compatible with PhpStan v0.12 and doesn't require DB connection to run.
This simplifies the CI configuration a lot.