| Total Complexity | 2 | 
| Total Lines | 30 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 12 | class Create extends Schedule  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * @var Registry  | 
            ||
| 16 | */  | 
            ||
| 17 | private $coreRegistry;  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * @param Registry $coreRegistry  | 
            ||
| 21 | */  | 
            ||
| 22 | public function __construct(Context $context, Registry $coreRegistry)  | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 | * Execute action based on request and return result  | 
            ||
| 30 | *  | 
            ||
| 31 | * @return ResultInterface  | 
            ||
| 32 | */  | 
            ||
| 33 | public function execute()  | 
            ||
| 44 | 
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