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

Comcast\PhpLegalLicenses\Console\string, string given #1

Closed
BWhitten opened this issue Nov 16, 2017 · 1 comment
Closed

Comcast\PhpLegalLicenses\Console\string, string given #1

BWhitten opened this issue Nov 16, 2017 · 1 comment

Comments

@BWhitten
Copy link

BWhitten commented Nov 16, 2017

The following error
Error Output: PHP Catchable fatal error: Argument 1 passed to Comcast\PhpLegalLicenses\Console\GenerateCommand::generateDependencyText() must be an instance of Comcast\PhpLegalLicenses\Console\string, string given

Is given when running, this is due to the type hint 'string' in the function definitions of these two functions, PHP doesn't require hints for primative types.

This is using PHP 5.6, prior to 7 only hinting for objects and arrays is used.

@orediggerco
Copy link
Member

Sorry about that Ben. Should be fixed now!

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

2 participants