iodigital-com/phpstan-magento2-stubs

PHPStan Magento 2 stub files

v1.2.0 2025-03-18 08:37 UTC

This package is auto-updated.

Last update: 2025-03-18 08:46:10 UTC


README

PHPStan stubfiles for the Magento 2 framework. Currenly the stub files are targeted towards the 2.4.7.x version.

Installation

composer require --dev iodigital-com/phpstan-magento2-stubs

If you use the phpstan/extension-installer package. You do not need any further configuraton. However if you do not use this package. Add the following configuration to your phpstan.neon file.

includes:
  - ./vendor/iodigital-com/phpstan-magento2-stubs/extension.neon

Notes

It is not possible to replace @method in stubFiles since it will overwrite the complete phpdoc. This means you will have to copy all the @methods from that specific class. Please ignore this in your PHPStan Baseline.