| Conditions | 4 |
| Paths | 3 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function boot() |
||
| 28 | { |
||
| 29 | if ($this->app instanceof LaravelApplication && $this->app->runningInConsole()) { |
||
| 30 | $this->publishes([ |
||
| 31 | dirname(__DIR__).'/config/markdown.php' => config_path('markdown.php'), |
||
| 32 | ], 'laravel-html-config'); |
||
| 33 | } elseif ($this->app instanceof LumenApplication) { |
||
| 34 | $this->app->configure('markdown'); |
||
| 35 | } |
||
| 36 | |||
| 37 | Blade::directive('parsehtml', function ($expression) { |
||
| 38 | return "<?php echo parsehtml($expression); ?>"; |
||
| 39 | }); |
||
| 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