File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33namespace Gos \Bundle \WebSocketBundle \Event ;
44
5- use Gos \Bundle \WebSocketBundle \Client \Auth \WebsocketAuthenticationProvider ;
5+ use Gos \Bundle \WebSocketBundle \Client \Auth \WebsocketAuthenticationProviderInterface ;
66use Gos \Bundle \WebSocketBundle \Client \ClientStorageInterface ;
77use Gos \Bundle \WebSocketBundle \Client \Exception \ClientNotFoundException ;
88use Psr \Log \LoggerInterface ;
@@ -36,7 +36,7 @@ class ClientEventListener
3636 */
3737 public function __construct (
3838 ClientStorageInterface $ clientStorage ,
39- WebsocketAuthenticationProvider $ authenticationProvider ,
39+ WebsocketAuthenticationProviderInterface $ authenticationProvider ,
4040 LoggerInterface $ logger = null
4141 ) {
4242 $ this ->clientStorage = $ clientStorage ;
You can’t perform that action at this time.
0 commit comments