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 (#127)
  • Loading branch information
Haehnchen authored Aug 15, 2024
1 parent 68fe008 commit b7fb1da
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 b7fb1da

Please sign in to comment.