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

PHP8: Compile Error Purl\AbstractPart::__set(): Return type must be void when declared #81

Open
holtkamp opened this issue Jan 3, 2021 · 0 comments

Comments

@holtkamp
Copy link

holtkamp commented Jan 3, 2021

As of PHP 8, __set() must return void...

public function __set(string $key, $value) : AbstractPart

@holtkamp holtkamp changed the title Compile Error Purl\AbstractPart::__set(): Return type must be void when declared PHP8: Compile Error Purl\AbstractPart::__set(): Return type must be void when declared Jan 6, 2021
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

1 participant