@@ -34,7 +34,7 @@ |
||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | public function getIndexedUniqueDate($index, $keys = null, |
| 37 | - \DateTime $afterDate = null) |
|
| 37 | + \DateTime $afterDate = null) |
|
| 38 | 38 | { |
| 39 | 39 | return $this->repo->findIndexedUniqueStatsByIndexKeyDate($index, $keys, |
| 40 | 40 | $afterDate); |
@@ -46,8 +46,8 @@ |
||
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | public function idCardValidate(ExecutionContextInterface $validator, |
| 49 | - Constraint $constraint, |
|
| 50 | - IdCardInterface $idCard) |
|
| 49 | + Constraint $constraint, |
|
| 50 | + IdCardInterface $idCard) |
|
| 51 | 51 | { |
| 52 | 52 | $event = new IdCardValidateEvent($validator, $constraint, $idCard); |
| 53 | 53 | $this->dispatcher->dispatch(ValidationEvents::ID_CARD_VALIDATE, $event); |
@@ -22,8 +22,8 @@ |
||
| 22 | 22 | protected function getCurrentData() |
| 23 | 23 | { |
| 24 | 24 | return $this->handler->allIdOffset($this->getPerIteration(), |
| 25 | - $this->getOffset(), |
|
| 26 | - $this->client); |
|
| 25 | + $this->getOffset(), |
|
| 26 | + $this->client); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | } |
@@ -24,8 +24,8 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | protected function assertJsonResponse($response, $statusCode = 200, |
| 27 | - $checkValidJson = true, |
|
| 28 | - $contentType = 'application/json') |
|
| 27 | + $checkValidJson = true, |
|
| 28 | + $contentType = 'application/json') |
|
| 29 | 29 | { |
| 30 | 30 | $this->assertEquals( |
| 31 | 31 | $statusCode, $response->getStatusCode(), $response->getContent() |