| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | #[Override] |
||
| 27 | public function createResearchState(): ResearchStateInterface |
||
| 28 | { |
||
| 29 | return new ResearchState( |
||
| 30 | $this->researchedRepository, |
||
| 31 | $this->shipRumpUserRepository, |
||
| 32 | $this->privateMessageSender, |
||
| 33 | $this->createDatabaseEntry, |
||
| 34 | $this->shipCreator, |
||
| 35 | $this->createUserAward |
||
| 36 | ); |
||
| 39 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths