| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class Exponential extends StepSequence |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param T $start |
||
| 15 | * @param int<0, max>|null $size |
||
| 16 | * @param T $step |
||
|
|
|||
| 17 | */ |
||
| 18 | 3 | public function __construct($start, ?int $size, $step) |
|
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param int $index |
||
| 25 | * @return T |
||
| 26 | */ |
||
| 27 | 3 | public function getValueByIndex(int $index) |
|
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param int $previousValue |
||
| 34 | * @return T |
||
| 35 | */ |
||
| 36 | 3 | public function getNextValue($previousValue) |
|
| 41 |
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