Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C3 v2.6.0 Generates Error #63

Closed
JRawly opened this issue Oct 29, 2020 · 3 comments
Closed

C3 v2.6.0 Generates Error #63

JRawly opened this issue Oct 29, 2020 · 3 comments

Comments

@JRawly
Copy link

JRawly commented Oct 29, 2020

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.

@bthery
Copy link

bthery commented Oct 30, 2020

The nightly build for our application just fail because of the same issue here.

PHP7.1 / Composer 1.8.5 / Red Hat RHEL 7.8

@romanmartushev
Copy link

Having the same issue here.

@Naktibalda
Copy link
Member

Fixed in 2.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants