| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | #[Override] |
||
| 21 | protected function configure(): void |
||
| 22 | { |
||
| 23 | $this->bind(ViewInterface::class)->to(DefaultView::class); |
||
| 24 | $this->bind(TemplateInterface::class)->to(DefaultTemplate::class); |
||
| 25 | $this->bind(AuraSqlPagerInterface::class)->to(AuraSqlPager::class); |
||
| 26 | $this->bind(AuraSqlPagerFactoryInterface::class)->to(AuraSqlPagerFactory::class); |
||
| 27 | $this->bind(AuraSqlQueryPagerFactoryInterface::class)->to(AuraSqlQueryPagerFactory::class); |
||
| 28 | $this->bind(AuraSqlQueryPagerInterface::class)->to(AuraSqlQueryPager::class); |
||
| 29 | $this->bind('')->annotatedWith(PagerViewOption::class)->toInstance([]); |
||
| 30 | } |
||
| 32 |
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