Skip to content

Conversation

gmazzap
Copy link
Contributor

@gmazzap gmazzap commented Aug 10, 2025

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix

What is the current behavior? (You can also link to an open issue here)

Inpsyde ruleset.xml used a comma-separated string for array configurations, which is deprecated since PHPCS 3.3 and will break in PHPCS 4.0. See release notes

What is the new behavior (if this is a feature change)?
The new syntax <property ... type="array"><element key="..." value="..."></property> is used.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No.

Other information:

Inpsyde ruleset.xml used a comma-separated string for array configurations, which is now deprecated and will break in PHPCS 3.0

Signed-off-by: Giuseppe Mazzapica <[email protected]>
@gmazzap gmazzap requested review from tfrommen and Chrico August 10, 2025 20:31
@gmazzap gmazzap merged commit 9db4b79 into version/2 Aug 11, 2025
34 checks passed
@gmazzap gmazzap deleted the array-config-deprecation-notice branch August 11, 2025 09:40
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