Implement Codeception extension for PHPStan

[MAILPOET-2429]
This commit is contained in:
Jan Jakeš
2019-10-16 13:20:54 +02:00
committed by Jack Kitterhing
parent 66c48f4690
commit 5c2cf6e3c7
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
-
class: MailPoet\PHPStan\Extensions\CodeceptionExtension\Type\StubDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
class: MailPoet\PHPStan\Extensions\CodeceptionExtension\Type\TestCaseDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension