This extension provides following features:
- Notifies you when you try to use
getConfig()
,getClient()
,getFacade()
,getFactory()
,getSharedConfig()
,getQueryContainer()
methods without specifying theirs types in a class's DocBlock.
To use this extension, require it in Composer. Make sure you include the repo as require-dev
dependency:
composer require --dev spryker-sdk/phpstan-spryker
You can use phpstan/extension-installer to automatically load the configuration:
composer require --dev phpstan/extension-installer
Or include the extension.neon
manually in your project's PHPStan config:
includes:
- vendor/spryker-sdk/phpstan-spryker/extension.neon