| Total Complexity | 5 |
| Total Lines | 57 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | #[\Temporal\Workflow\WorkflowInterface] |
||
| 13 | final class LongWorkflow |
||
| 14 | { |
||
| 15 | private array $done = []; |
||
| 16 | private string $status = 'start'; |
||
| 17 | private float $start = 999999999999; |
||
| 18 | private float $end = 0; |
||
| 19 | |||
| 20 | #[Workflow\QueryMethod] |
||
| 36 | ]; |
||
| 37 | } |
||
| 38 | |||
| 39 | #[\Temporal\Workflow\WorkflowMethod('long_workflow')] |
||
| 71 |
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