| @@ -93,7 +93,7 @@ | ||
| 93 | 93 | $eventResponse = new Response(); | 
| 94 | 94 | |
| 95 | 95 | $this->eventDispatcher->dispatch(Core23FacebookEvents::AUTH_SUCCESS, Argument::type(AuthSuccessEvent::class)) | 
| 96 | -            ->will(function ($args) use ($eventResponse) { | |
| 96 | +            ->will(function($args) use ($eventResponse) { | |
| 97 | 97 | $args[1]->setResponse($eventResponse); | 
| 98 | 98 | }) | 
| 99 | 99 | ; | 
| @@ -80,7 +80,7 @@ | ||
| 80 | 80 | $eventResponse = new Response(); | 
| 81 | 81 | |
| 82 | 82 | $this->eventDispatcher->dispatch(Core23FacebookEvents::AUTH_ERROR, Argument::type(AuthFailedEvent::class)) | 
| 83 | -            ->will(function ($args) use ($eventResponse) { | |
| 83 | +            ->will(function($args) use ($eventResponse) { | |
| 84 | 84 | $args[1]->setResponse($eventResponse); | 
| 85 | 85 | }) | 
| 86 | 86 | ; |