Skip to content

Add native return types for classes implementing ArrayAccess, Countable, IteratorAggregate, JsonSerializeable - #147

Closed
MaSpeng wants to merge 5 commits into
cebe:masterfrom
MaSpeng:php-8-1-compatibility
Closed

Add native return types for classes implementing ArrayAccess, Countable, IteratorAggregate, JsonSerializeable#147
MaSpeng wants to merge 5 commits into
cebe:masterfrom
MaSpeng:php-8-1-compatibility

Conversation

@MaSpeng

Copy link
Copy Markdown

This pull request will provide native return types for the classes which are implementing the ArrayAccess, Countable, IteratorAggregate interfaces and will provide the php attribute #[\ReturnTypeWillChange] for PHP 8.1 compatibility.

@MaSpeng

Copy link
Copy Markdown
Author

Nevermind I completly overlooked the pull requests and ongoing work to support PHP 8.1 and Symfony 6 🙈:

@MaSpengMaSpeng closed this Dec 28, 2021
@MaSpengMaSpeng changed the title Add native return types for classes implementing ArrayAccess, Countable, IteratorAggregateAdd native return types for classes implementing ArrayAccess, Countable, IteratorAggregate, JsonSerializeableDec 28, 2021
@MaSpeng
MaSpeng deleted the php-8-1-compatibility branch December 28, 2021 16:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MaSpeng