Skip to content

style: apply pint formatting fixes#3

Merged
SRWieZ merged 1 commit into
mainfrom
claude/zen-clarke-fb00b7
May 18, 2026
Merged

style: apply pint formatting fixes#3
SRWieZ merged 1 commit into
mainfrom
claude/zen-clarke-fb00b7

Conversation

@SRWieZ
Copy link
Copy Markdown
Member

@SRWieZ SRWieZ commented May 18, 2026

Summary

  • Run pint to fix the formatting issues failing CI after Harden GitHub Actions workflows against token disclosure #1 switched the workflow to --test mode
  • Three files updated: cli/sysinfo.php, examples/basic.php, tests/Unit/ArchTest.php
  • Fully-qualified class references hoisted into use statements (fully_qualified_strict_types), plus the related single_line_after_imports, unary_operator_spaces, not_operator_with_successor_space fixes

Test plan

  • ./vendor/bin/pint --test passes locally
  • CI pint job passes

🤖 Generated with Claude Code

Imports the fully-qualified class references hoisted to use statements,
matching the pint config now enforced in CI via --test mode.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@SRWieZ SRWieZ merged commit 4896514 into main May 18, 2026
9 of 13 checks passed
@SRWieZ SRWieZ deleted the claude/zen-clarke-fb00b7 branch May 18, 2026 20:07
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