1 | <?php |
||
2 | /** |
||
3 | * phpBB Gallery - ACP Exif Extension |
||
4 | * |
||
5 | * @package phpbbgallery/exif |
||
6 | * @author Leinad4Mind |
||
7 | * @copyright 2018- Leinad4Mind |
||
8 | * @license GPL-2.0-only |
||
9 | */ |
||
10 | |||
11 | // this file is not really needed, when empty it can be omitted |
||
12 | // however you can override the default methods and add custom |
||
13 | // installation logic |
||
14 | |||
15 | namespace phpbbgallery\exif; |
||
16 | |||
17 | class ext extends \phpbb\extension\base |
||
0 ignored issues
–
show
|
|||
18 | { |
||
19 | } |
||
20 |
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