Commit 6d602cc
Hoist QA toolchain to the monorepo
One pinned toolchain (pint, phpstan, rector) in the root composer.json,
one canonical pint.json for every package, run via bin/monorepo check
(--fix to apply) in CI alongside tests. phpstan.neon and rector.php
stay per-package as they encode per-library decisions.
Applies the canonical style to cli, platform and queue, the Stringable
interface rector wants on client's PSR-7 classes, and drops the
now-pointless nullsafe operators phpstan flags in http's RouterTest.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 331a716 commit 6d602cc
2 files changed
Lines changed: 2 additions & 28 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments