Skip to content

Fix kebab case parameters in PropertyResolver#70

Merged
reinfi merged 4 commits intoreinfi:mainfrom
voxpelli:patch-1
Sep 22, 2025
Merged

Fix kebab case parameters in PropertyResolver#70
reinfi merged 4 commits intoreinfi:mainfrom
voxpelli:patch-1

Conversation

@voxpelli
Copy link
Copy Markdown
Contributor

@voxpelli voxpelli commented Sep 22, 2025

A kebab cased property like document-label is not an acceptable PHP property, so we need to convert it to something that is acceptable.

This patch converts it to snake case, the easiest adaption.

voxpelli and others added 4 commits September 22, 2025 13:32
A kebab cased property like `document-label` is not an acceptable PHP property, so we need to convert it to something that is acceptable.

This patch converts it to snake case, the easiest adaption.
Copy link
Copy Markdown
Owner

@reinfi reinfi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@reinfi reinfi merged commit d8dced0 into reinfi:main Sep 22, 2025
2 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