| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 24 | public function create() |
||
| 25 | { |
||
| 26 | $packageRepoFactory = new PackageRepositoryFactory($this->composerCtx); |
||
| 27 | |||
| 28 | $composer = $this->composerCtx->getLocalComposer(); |
||
| 29 | |||
| 30 | return new \Vaimo\ComposerChangelogs\Resolvers\PackageResolver( |
||
| 31 | $packageRepoFactory->create(), |
||
| 32 | $composer->getPackage() |
||
| 33 | ); |
||
| 36 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..