1 | <?php |
||
2 | |||
3 | namespace WebStream\Annotation\Container; |
||
4 | |||
5 | use WebStream\Container\Container; |
||
0 ignored issues
–
show
|
|||
6 | |||
7 | /** |
||
8 | * AnnotationContainer |
||
9 | * @author Ryuichi TANAKA. |
||
10 | * @since 2014/05/19 |
||
11 | * @version 0.4 |
||
12 | */ |
||
13 | class AnnotationContainer extends Container |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | 20 | public function __construct() |
|
19 | { |
||
20 | 20 | parent::__construct(false); |
|
21 | } |
||
22 | } |
||
23 |
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