| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class GenerateSearch extends AbstractBuildTask |
||
| 11 | { |
||
| 12 | use InteractsWithDirectories; |
||
| 13 | |||
| 14 | public static string $description = 'Generating search index'; |
||
| 15 | |||
| 16 | public function run(): void |
||
| 29 | } |
||
| 30 | } |
||
| 31 | |||
| 32 | public function then(): void |
||
| 35 | } |
||
| 36 | |||
| 37 | /** @internal Estimated processing time per file in ms */ |
||
| 38 | public static float $guesstimationFactor = 52.5; |
||
| 39 | |||
| 40 | protected function guesstimateGenerationTime(): int|float |
||
| 45 |