| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 47 | public function register() |
||
| 48 | { |
||
| 49 | $this->mergeConfigFrom(dirname(__DIR__).'/config/markdown.php', 'markdown'); |
||
| 50 | |||
| 51 | $this->app->singleton(HtmlConverter::class, function ($app) { |
||
| 52 | return new HtmlConverter(config('markdown.parsehtml')); |
||
| 53 | }); |
||
| 54 | |||
| 55 | $this->app->alias(HtmlConverter::class, 'parsehtml'); |
||
| 56 | } |
||
| 68 |
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