shmaltorhbooks

Results 3 issues of shmaltorhbooks

Hello. Given: Psalm 4.6.2 psalm/symfony-plugin v.2.1.2 Symfony v4.4.* PHP code: ```php namespace App; interface SomeImportantInterface {} class SomeLogic implements SomeImportantInterface {} class Handler { public function __invoke(SomeImportantInterface $logic) { }...

feature

I have "qossmic/deptrac-shim": "^0.24.0" and config like this: ```yaml deptrac: layers: #... #... - name: Infrastructure collectors: - { type: className, regex: ^App\\Infra\\ } ] - name: Billing collectors: -...

**Describe the bug** When I trying to bind multiple instances to different generic interfaces `I`, koin returns all instances of `I` ignoring generic type `` **Koin module and version:** `koin-core:3.5.6`...