Commit 453928d
fix(managed-source): drop trailing period so @internal docblock is cs-fixer-stable
The round-2 @internal block in FactorySealedBy emitted '...on that basis.'
with a trailing period that PHP-CS-Fixer strips, so the generator output and
the cs-fixed output never agreed — every bin/qa run after the first failed the
managed-source drift check. Emit the line without the period (matching what
cs-fixer wants) so generate -> cs-fixer is idempotent.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 22aa870 commit 453928d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments