Skip to content

Releases: macopedia/phpstan-magento1

v1.0.8 PHP 8.4 compatibility

10 Oct 07:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7 Fix config for magento autoloader

13 Jun 14:15
348ab68
Compare
Choose a tag to compare

v1.0.6 Fix controllers autoloader (prevents undefined class when overwiting controllers)

13 Jun 14:04
5bea19f
Compare
Choose a tag to compare

Added support for Mage_Core_Block_Abstract::helper()

02 Jan 10:11
Compare
Choose a tag to compare

Speed up static analisys & provide config for fully autoladed version

07 Mar 13:50
Compare
Choose a tag to compare
v1.0.4

Add new extension-mage-autoload.neon to run stan without static refle…

Avoid phpstan error on variable passed to factory

05 Mar 21:43
Compare
Choose a tag to compare

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)

14 Feb 16:02
bf3f95d
Compare
Choose a tag to compare
v1.0.2

Allow more recent phpstan versions

Add support for Mage::throwException

27 Sep 16:24
Compare
Choose a tag to compare
  • Add support for Mage::throwException
  • improve readme

New PHPStan, runs without db connection

27 Sep 14:36
Compare
Choose a tag to compare

This version is compatible with PhpStan v0.12 and doesn't require DB connection to run.
This simplifies the CI configuration a lot.