Skip to content

Commit

Permalink
Merge pull request #10 from adoy/php-8.2
Browse files Browse the repository at this point in the history
Fix AllowDynamicProperty for PHP8.2
  • Loading branch information
ezimuel authored Dec 7, 2022
2 parents 799deb9 + 6212df8 commit 7887fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Future/FutureArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/**
* Represents a future array value that when dereferenced returns an array.
*/
#[\AllowDynamicProperties]
class FutureArray implements FutureArrayInterface
{
use MagicFutureTrait;
Expand Down

0 comments on commit 7887fc8

Please sign in to comment.