Skip to content

Commit

Permalink
add AllowDynamicProperties for XBase\Header\Column::* properties to f…
Browse files Browse the repository at this point in the history
…ix deprecation warnings
  • Loading branch information
Haehnchen committed Aug 13, 2024
1 parent 68fe008 commit 9cb4e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Header/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* @property int $mdxFlag
* @property int $nextAI
*/
#[\AllowDynamicProperties]
class Column
{
/** @var string */
Expand Down

0 comments on commit 9cb4e9d

Please sign in to comment.