| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | #[Named('importAppConfig=BEAR\Resource\Annotation\ImportAppConfig,schemeCollection=original')] |
||
| 20 | public function __construct( |
||
| 21 | #[Named(ImportAppConfig::class)] |
||
| 22 | private array $importAppConfig, |
||
| 23 | #[Named('original')] |
||
| 24 | private SchemeCollectionInterface $schemeCollection, |
||
| 25 | ) { |
||
| 26 | } |
||
| 44 |
In the issue above, the returned value is violating the contract defined by the mentioned interface.
Let's take a look at an example: