| Total Complexity | 3 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | class ExportGedCom implements ShouldQueue |
||
| 15 | { |
||
| 16 | use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; |
||
| 17 | |||
| 18 | protected $family_id; |
||
| 19 | /** |
||
| 20 | * Create a new job instance. |
||
| 21 | * |
||
| 22 | * @return void |
||
| 23 | */ |
||
| 24 | public function __construct($family_id, Request $request) |
||
| 25 | { |
||
| 26 | // |
||
| 27 | $this->family_id = $family_id; |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Execute the job. |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function handle() |
||
| 54 | } |
||
| 55 | } |
||
| 56 |
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