Skip to content

Rector / CS fixes#1979

Merged
DerManoMann merged 3 commits intozircote:masterfrom
DerManoMann:rector-fixes
Mar 17, 2026
Merged

Rector / CS fixes#1979
DerManoMann merged 3 commits intozircote:masterfrom
DerManoMann:rector-fixes

Conversation

@DerManoMann
Copy link
Collaborator

Summary

Fix some rector and code style related warnings.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (no functional changes)
  • Chore (maintenance, dependencies, CI)

Related Issues

n/a

Test Plan

n/a

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • New and existing tests pass locally
  • Any dependent changes have been merged and published

@DerManoMann DerManoMann merged commit 5957b9d into zircote:master Mar 17, 2026
14 checks passed
@DerManoMann DerManoMann deleted the rector-fixes branch March 17, 2026 02:17
@github-actions
Copy link
Contributor

Created backport PR for 5.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-1979-to-5.x
git worktree add --checkout .worktree/backport-1979-to-5.x backport-1979-to-5.x
cd .worktree/backport-1979-to-5.x
git reset --hard HEAD^
git cherry-pick -x 5957b9d1d920a6b7aa6e2d8bb849245e5936d889
git push --force-with-lease

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.

1 participant