Commit 45851bf
fix(mate): exclude auto-managed mate/extensions.php from php-cs-fixer
mate/extensions.php is regenerated by `mate discover` (per its header), so
php-cs-fixer must not rewrite it — the declare(strict_types) it had added would
be clobbered on the next discover and re-flagged on the next run. Exclude it
via the Finder and restore the generated form. mate/config.php is the user's
own service config (not auto-managed) and stays formatted.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8f692f9 commit 45851bf
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
0 commit comments