module-yii2 icon indicating copy to clipboard operation
module-yii2 copied to clipboard

Bug - Declaration of Yii2::doRequest(object $request) must be compatible with Client::doRequest($request)

Open ivanflashacademy opened this issue 1 year ago • 4 comments

Can someone remove type object for $request from this method Codeception\Lib\Connector\Yii2::doRequest(object $request) please?

ivanflashacademy avatar May 13 '24 13:05 ivanflashacademy

Any updates guys? It will take one minute to resolve this issue

ivanflashacademy avatar May 23 '24 13:05 ivanflashacademy

Do you have time for a pull request?

samdark avatar May 24 '24 14:05 samdark

Hi Alexander Yes, sure if I am authorised to do so because I have already tried to send a PR but encountered 403 error Thanks!

ivanflashacademy avatar May 24 '24 14:05 ivanflashacademy

Fork repository first.

samdark avatar May 25 '24 12:05 samdark

@ivanflashacademy Which version of symfony/browser-kit is installed in your project? Version 5.0 or higher uses the object type. I assume you are currently using version 4.4 or lower?

W0rma avatar Dec 08 '24 10:12 W0rma