| Total Complexity | 6 |
| Total Lines | 51 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class ThemeCompiler extends Compiler |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var CompressorDecorator |
||
| 15 | */ |
||
| 16 | private $compressor; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var LessCompilerDecorator |
||
| 20 | */ |
||
| 21 | private $lessCompiler; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * ThemeCompilerDecorator constructor. |
||
| 25 | * |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function __construct() |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | public function compileJavascript($timestamp, Template $template, Shop $shop) |
||
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * {@inheritdoc} |
||
| 56 | */ |
||
| 57 | public function compileLess($timestamp, Template $template, Shop $shop) |
||
| 64 |
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