Skip to content

Releases: bitExpert/phpstan-magento

0.32.0

31 Aug 16:59
Compare
Choose a tag to compare

Added

  • #326 Update phpstan/phpstan requirement to ~1.12.0

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.31.0

09 Jul 15:14
Compare
Choose a tag to compare

Added

  • #318 Update phpstan/phpstan requirement to ~1.11.1
  • #308 Update nikic/php-parser requirement to ^5.0.1
  • #304 Extend Neon validation logic for CI

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

Thanks @sprankhub for your contribution!

0.30.1

07 Apr 13:34
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #302 Fix problem with parametersSchema

0.30.0

07 Apr 13:05
Compare
Choose a tag to compare

Added

  • #300 Add rule "Disallow setTemplate() in Block classes"
  • #299 Add rule "resource models should be used directly"
  • #298 Add Magento 2.4.6 to CI pipeline

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.29.0

28 Feb 07:42
Compare
Choose a tag to compare

Added

  • #292 Update phpstan/phpstan requirement to ~1.10.3

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.28.0

22 Jan 07:54
Compare
Choose a tag to compare

Added

  • #283 Adds PHP 8.2 / Magento 2.4.6 support

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #284 Ignore ext autoloader for local classes

Thanks, @hostep for your contribution!

0.27.0

12 Nov 19:56
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • #279 Update phpstan/phpstan requirement to ~1.9.2

Removed

  • Nothing.

Fixed

  • Nothing.

0.26.0

12 Nov 19:42
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #276 Check existing extension interface for types

0.25.0

04 Oct 17:11
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #275 Restructure the docs
  • #274 Don't use ?array type hint in ext attributes
  • #273 Make code compatible with PHP 7.2

0.24.0

13 Aug 08:44
Compare
Choose a tag to compare

Added

  • #269 Add Magento 2.4.5 to CI pipeline
  • #267 Use Magento root for TestFrameworkAutoloader

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #268 Autoloaders prefer local classes
  • #261 Update phpstan/phpstan requirement from ~1.7.2 to ~1.8.2