Slamdunk / phpstan-laminas-framework

Laminas Framework 3 extensions for PHPStan
MIT License
16 stars 10 forks source link

Usage with API Tools #30

Open snapshotpl opened 2 years ago

snapshotpl commented 2 years ago

I would like to check in specific cases that response is Laminas\ApiTools\ApiProblem\ApiProblemResponse, but:

Instanceof between Laminas\Http\PhpEnvironment\Response and Laminas\ApiTools\ApiProblem\ApiProblemResponse will always evaluate to false.