Skip to content

iodigital-com/phpstan-magento2-stubs

Repository files navigation

PHPStan Magento 2 stubfiles

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.

About

PHPStan stubfiles for the Magento 2 framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages