Skip to content

Commit b7fb1da

Browse files
authored
add AllowDynamicProperties for XBase\Header\Column::* properties to fix deprecation warnings (#127)
1 parent 68fe008 commit b7fb1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Header/Column.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* @property int $mdxFlag
1515
* @property int $nextAI
1616
*/
17+
#[\AllowDynamicProperties]
1718
class Column
1819
{
1920
/** @var string */

0 commit comments

Comments
 (0)