SecurityController::authenticate() exception after migration

Hi,

I’ve pulled my code into another computer, but when i run the website and enter the login page, it throws me exception:

Declaration of modules\user\controllers\SecurityController::authenticate() should be compatible with dektrium\user\controllers\SecurityController::authenticate(yii\authclient\ClientInterface $client)

The website is working both on one of my laptops and on server.

Any suggestions what could be the problem?