Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AllowDynamicProperties for XBase\Header\Column::* properties to fix deprecation warnings #127

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

Haehnchen
Copy link
Contributor

Fix PHP 8.2 deprecations related to dynamic properties:

Deprecated: Creation of dynamic property XBase\Header\Column::$reserved1 is deprecated in ... on line 37
Deprecated: Creation of dynamic property XBase\Header\Column::$reserved2 is deprecated in ... on line 37
Deprecated: Creation of dynamic property XBase\Header\Column::$reserved3 is deprecated in ... on line 37
Deprecated: Creation of dynamic property XBase\Header\Column::$columnIndex is deprecated in ... on line 75

@gam6itko gam6itko merged commit b7fb1da into luads:master Aug 15, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants