1 | <?php |
||
11 | class InconsistencySeeker |
||
12 | { |
||
13 | private $referencesConfiguration; |
||
14 | private $queryExecutor; |
||
15 | |||
16 | 8 | public function __construct(ReferencesConfiguration $referencesConfiguration, QueryExecutor $queryExecutor) |
|
21 | |||
22 | 7 | public function seekForInconsistencies(Interval $interval): InconsistenciesResult |
|
50 | } |
||
51 |