Skip to content

Releases: macopedia/phpstan-magento1

v1.2.0 Add CoreModelLayout CreateBlock

23 Apr 12:44

Choose a tag to compare

What's Changed

  • Add CoreModelLayout CreateBlock by @Hanmac in #8

New Contributors

  • @Hanmac made their first contribution in #8

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Compatibility with phpstan v2, rise PHP dependencies to 7.4

19 Nov 10:53

Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.1.0

v1.0.8 PHP 8.4 compatibility

10 Oct 07:20

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

Choose a tag to compare

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

13 Jun 14:04
5bea19f

Choose a tag to compare

Added support for Mage_Core_Block_Abstract::helper()

02 Jan 10:11

Choose a tag to compare

Speed up static analisys & provide config for fully autoladed version

07 Mar 13:50

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

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

Choose a tag to compare

v1.0.2

Allow more recent phpstan versions

Add support for Mage::throwException

27 Sep 16:24

Choose a tag to compare

  • Add support for Mage::throwException
  • improve readme