1 | <?php |
||
2 | |||
3 | namespace WebStream\Annotation\Base; |
||
4 | |||
5 | use WebStream\Container\Container; |
||
0 ignored issues
–
show
|
|||
6 | |||
7 | /** |
||
8 | * IProperty |
||
9 | * @author Ryuichi TANAKA. |
||
10 | * @since 2015/02/10 |
||
11 | * @version 0.4 |
||
12 | */ |
||
13 | interface IProperty |
||
14 | { |
||
15 | /** |
||
16 | * プロパティオブジェクトを注入 |
||
17 | * @param IAnnotatable 注入先インスタンス |
||
0 ignored issues
–
show
|
|||
18 | * @param \ReflectionProperty リフレクションプロパティオブジェクト |
||
19 | * @param Container $container |
||
20 | */ |
||
21 | public function onPropertyInject(IAnnotatable $instance, \ReflectionProperty $property, Container $container); |
||
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