| 1 | <?php |
||
| 10 | class FastConsistencyValidator |
||
| 11 | { |
||
| 12 | private $referencesConfiguration; |
||
| 13 | private $queryExecutor; |
||
| 14 | |||
| 15 | 8 | public function __construct(ReferencesConfiguration $referencesConfiguration, QueryExecutor $queryExecutor) |
|
| 20 | |||
| 21 | 8 | public function validateConsistency(Interval $interval): bool |
|
| 37 | } |
||
| 38 |