Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #126 [PhpStan] Fix
@template
boundaries (ogizanagi)
This PR was merged into the 0.x-dev branch. Discussion ---------- [PhpStan] Fix `@template` boundaries See https://arnaud.le-blanc.net/post/phpstan-generics.html#bounds With this, PhpStan properly detects the return type of `ContentManagerInterface::getContent(Foo::class, 'foo')` is of type `Foo` and not just `object` Commits ------- 9f4184d [PhpStan] Fix `@template` boundaries
- Loading branch information