You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Codeception\c3\Installer::copyC3V2() must be an instance of Composer\Script\Event, null given, called in /vendor/codeception/c3/Installer.php on line 85 and defined in /vendor/codeception/c3/Installer.php:88
The Installer.php file has been updated to use copyC3V2 which defines copyC3V2(Event $event) but doesn't allow null, line 85 calls copyC3V2 with a null variable.
The text was updated successfully, but these errors were encountered:
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Codeception\c3\Installer::copyC3V2() must be an instance of Composer\Script\Event, null given, called in /vendor/codeception/c3/Installer.php on line 85 and defined in /vendor/codeception/c3/Installer.php:88
The Installer.php file has been updated to use copyC3V2 which defines copyC3V2(Event $event) but doesn't allow null, line 85 calls copyC3V2 with a null variable.
The text was updated successfully, but these errors were encountered: