inviqa/phpstan-magento2

PHPStan 扩展,允许分析 Magento2 代码。

0.1.2 2019-11-22 14:59 UTC

This package is auto-updated.

Last update: 2024-09-23 01:43:47 UTC


README

PHPStan 扩展,允许分析 Magento2 代码。

目前这个扩展比较简单,只是启动了 Magento

使用方法

phpstan.neon 添加到您的 Magento2 项目中。

确保它包含以下内容

includes:
	- vendor/inviqa/phpstan-magento2/extension.neon

虽然这个扩展依赖于 phpstan/phpstan,但它也可以依赖于 phpstan/phpstan-shim,这可以将它的依赖与 Magento 自身对它们的依赖解耦。由于 symfony/console 版本冲突约束,某些版本的 Magento 2 可能需要后者。

具有耦合依赖

composer require inviqa/phpstan-magento2 phpstan/phpstan

具有解耦的 phar 包

composer require inviqa/phpstan-magento2 phpstan/phpstan-shim