-
Notifications
You must be signed in to change notification settings - Fork 123
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
InputItem::offset returntype #624
Comments
Hey, this project is currently not supported for php 8. Warning: There are a lot of undocumented breaking changes to the InputHandler. I hope to document it in the comming weeks.
~ Marius |
Is this a repo that's currently open to new contributors? I would love to make a contribution and get it out. For basic users like myself, this is the only blocker to using php8, but it is a major one. @skipperbent @DeveloperMarius . I'm happy to make a PR or even take on a larger role in the repo. This is a great repo that I would hate to see die. |
Hey, ~ Marius |
@Mcgurk-Adam , @DeveloperMarius If you can point me in the direction on how to create a maintainer i would be more than happy to give you guys the role. Do I have to create a team first? |
Hey @skipperbent , Try collaborators in the settings of the repo. But I am not quite sure myself. ~ Marius |
Deprecated: Return type of Pecee\Http\Input\InputItem::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Fix:
Add the #[\ReturnTypeWillChange] attribute to the offsetGet method or add return type to be bool|null
The text was updated successfully, but these errors were encountered: