| 1 | <?php |
||
| 11 | class Factory |
||
| 12 | { |
||
| 13 | private $sizeForSeeking; |
||
| 14 | private $sizeForJobDistribution; |
||
| 15 | |||
| 16 | 4 | public function __construct(int $sizeForSeeking = 1000, int $sizeForJobDistribution = 10000) |
|
| 21 | |||
| 22 | 4 | public function createInconsistencyFinder(ReferencesConfiguration $referencesConfiguration): InconsistencyFinder |
|
| 45 | } |
||
| 46 |