Skip to content

Commit a4c0614

Browse files
committed
- added #[AllowDynamicProperties]
1 parent 76b7d97 commit a4c0614

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Arguments.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* TIP: Avoid creating a child classes with properties from this one.
2323
* It will mess up your Zen.
2424
*/
25+
26+
#[\AllowDynamicProperties]
2527
class Arguments implements Argument,
2628
TransformsToImmutable,
2729
NamespaceDataFilter,

0 commit comments

Comments
 (0)