-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement PHP 8.1's ArrayAccess interface (#3454)
* Implement PHP 8.1's ArrayAccess interface PHP 8.1 enforces return types for `ArrayAccess` implementations. * Add changes to changelog * Use #[\ReturnTypeWillChange] for PHP8.1 ArrayAccess Co-authored-by: Patrick Brouwers <patrickbrouwersfilm@gmail.com>
- Loading branch information
1 parent
e2240e5
commit 369537c
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters