Skip to content

style(sandbox): fix Pint lint on test-batch-google - #62

Merged
timothymarois merged 1 commit into
3.xfrom
fix/sandbox-lint
Jul 21, 2026
Merged

style(sandbox): fix Pint lint on test-batch-google#62
timothymarois merged 1 commit into
3.xfrom
fix/sandbox-lint

Conversation

@timothymarois

Copy link
Copy Markdown
Member

Fixes the red Automated Tests / Lint on 3.x: the stateless-mode singleton reset in test-batch-google.php used inline fully-qualified class names, which Pint's fully_qualified_strict_types rule rejects. Imports them instead. Sandbox dev script only — no shipped/consumer code affected; verified the script still runs end-to-end.

Pint's fully_qualified_strict_types rejects the inline \Atlasphp\Atlas\…
class references added for the stateless-mode singleton reset. Import them
and place the reset after the use block. No behavior change (verified live).
@timothymarois
timothymarois merged commit aa17030 into 3.x Jul 21, 2026
6 checks passed
@timothymarois
timothymarois deleted the fix/sandbox-lint branch July 21, 2026 00:01
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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