1 | <?php |
||
2 | |||
3 | /** |
||
4 | * @namespace |
||
5 | */ |
||
6 | |||
7 | namespace Application\UsersProfiles; |
||
8 | |||
9 | /** |
||
10 | * Class Crud |
||
11 | * |
||
12 | * @package Application\UsersProfiles |
||
13 | * |
||
14 | * @author Anton Shevchuk |
||
15 | * @created 2017-10-18 14:25:38 |
||
16 | */ |
||
17 | class Crud extends \Bluz\Crud\Table |
||
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