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