15 lines
470 B
Plaintext
15 lines
470 B
Plaintext
# Composer-specific PHPStan extensions
|
|
#
|
|
# These can be reused by third party packages by including 'vendor/composer/composer/phpstan/rules.neon'
|
|
# in your phpstan config
|
|
|
|
services:
|
|
-
|
|
class: Composer\PHPStan\ConfigReturnTypeExtension
|
|
tags:
|
|
- phpstan.broker.dynamicMethodReturnTypeExtension
|
|
-
|
|
class: Composer\PHPStan\RuleReasonDataReturnTypeExtension
|
|
tags:
|
|
- phpstan.broker.dynamicMethodReturnTypeExtension
|