Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | public function __construct( |
||
29 | InjectionPointInterface $ip, |
||
30 | MultiBindings $multiBindings, |
||
31 | InjectorInterface $injector, |
||
32 | ParamReaderInterface $reader |
||
33 | ) { |
||
34 | $this->multiBindings = $multiBindings; |
||
35 | $this->ip = $ip; |
||
36 | $this->injector = $injector; |
||
37 | $this->reader = $reader; |
||
38 | } |
||
54 |
In the issue above, the returned value is violating the contract defined by the mentioned interface.
Let's take a look at an example: