Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class file |
||
18 | { |
||
19 | /** @var \blitze\sitemaker\services\filemanager */ |
||
20 | protected $filemanager; |
||
21 | |||
22 | /** @var string */ |
||
23 | protected $phpbb_root_path; |
||
24 | |||
25 | /** |
||
26 | * Constructor |
||
27 | * |
||
28 | * @param \blitze\sitemaker\services\filemanager $filemanager Filemanager object |
||
29 | * @param string $phpbb_root_path phpBB root path |
||
30 | */ |
||
31 | public function __construct(\blitze\sitemaker\services\filemanager $filemanager, $phpbb_root_path) |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @param string $file |
||
39 | * @return BinaryFileResponse |
||
40 | */ |
||
41 | public function handle($file) |
||
54 |
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