Skip to content

[TASK] DPL-158: Streamline code style fixer configuration#27

Merged
sbuerk merged 2 commits intomainfrom
dpl-158-streamline-code-style-fixer
Mar 13, 2026
Merged

[TASK] DPL-158: Streamline code style fixer configuration#27
sbuerk merged 2 commits intomainfrom
dpl-158-streamline-code-style-fixer

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Mar 12, 2026

  • [TASK] DPL-158: Apply code style changes for upcoming rule change
    Upcoming change will update and align the
    code style fixer configuration to align
    with TYPO3 Core rules and required changes
    are applied with this change before hand.

    Used command(s):

    Build/Scripts/runTests.sh -s cgl
  • [TASK] DPL-158: Streamline php-cs-fixer
    This change streamlines the code style fixer
    by upgrading the version and adopting rule
    changes from TYPO3 Core Development.

    Aligning rule configuration is mainly done
    to mitigate deprecations and warnings and
    to be up2date with TYPO3 core development.

    Minor fixes has been applied as pre-change
    within the same pull-request.

    Used command(s):

    Build/Scripts/runTests.sh -s composer -- \
      require --dev \
        'friendsofphp/php-cs-fixer':'^3.94.2'

sbuerk added 2 commits March 12, 2026 18:02
Upcoming change will update and align the
code style fixer configuration to align
with TYPO3 Core rules and required changes
are applied with this change before hand.

Used command(s):

```bash
Build/Scripts/runTests.sh -s cgl
```
This change streamlines the code style fixer
by upgrading the version and adopting rule
changes from TYPO3 Core Development.

Aligning rule configuration is mainly done
to mitigate deprecations and warnings and
to be up2date with TYPO3 core development.

Minor fixes has been applied as pre-change
within the same pull-request.

Used command(s):

```bash
Build/Scripts/runTests.sh -s composer -- \
  require --dev \
    'friendsofphp/php-cs-fixer':'^3.94.2'
```
@sbuerk sbuerk changed the title dpl 158 streamline code style fixer [TASK] DPL-158: Streamline code style fixer configuration Mar 12, 2026
@sbuerk sbuerk merged commit 979c81a into main Mar 13, 2026
3 checks passed
@sbuerk sbuerk deleted the dpl-158-streamline-code-style-fixer branch March 13, 2026 07:42
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