@@ -178,7 +178,7 @@ |
||
| 178 | 178 | } |
| 179 | 179 | |
| 180 | 180 | private function checkRegistrationAccessToken(Request $request, |
| 181 | - Client $client) |
|
| 181 | + Client $client) |
|
| 182 | 182 | { |
| 183 | 183 | $raw = $request->get('access_token', |
| 184 | 184 | $request->headers->get('authorization')); |
@@ -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() |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace LoginCidadao\OAuthBundle\Entity; |
| 3 | 3 | |
| 4 | 4 | use Doctrine\ORM\Mapping as ORM; |
| 5 | -use Symfony\Component\Validator\Constraints as Assert; |
|
| 6 | 5 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Guilherme Donato |
|
| 4 | - */ |
|
| 3 | + * @author Guilherme Donato |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | namespace LoginCidadao\CoreBundle\Controller; |
| 7 | 7 | |