per-coding-style icon indicating copy to clipboard operation
per-coding-style copied to clipboard

PER-CS 3.1 target list

Open Crell opened this issue 2 months ago • 3 comments

With PHP 8.5 coming out very soon, it's time for a minor update. This should not require any breaking changes, so I expect it to be a 3.1 release, not 4.0.

Issues I've seen discussed are listed below. Discuss further in those issues/PRs. If you want to take a crack at one, please do, but put your name next to the issue in the list below and/or say so in the issue thread so we don't duplicate work.

New functionality

  • [ ] https://github.com/php-fig/per-coding-style/issues/124
  • [x] https://github.com/php-fig/per-coding-style/issues/127
  • [ ] https://github.com/php-fig/per-coding-style/issues/128

Existing clarifications

  • [ ] Clarify that commas should always have spaces after them, even in arrays. (https://github.com/php-fig/per-coding-style/issues/119)

Crell avatar Nov 10 '25 20:11 Crell

There are some occurrences in PER-CS where it refers to itself as "This PSR". These occurrences should be changed to "This PER", it's minor but no harm in addressing this.

kenguest avatar Nov 19 '25 11:11 kenguest

Hm, nice catch. Can you make a separate issue for it, or better yet a PR to change it to "this standard"?

Crell avatar Nov 19 '25 17:11 Crell

Hm, nice catch. Can you make a separate issue for it, or better yet a PR to change it to "this standard"?

that's done in https://github.com/php-fig/per-coding-style/pull/130 now

kenguest avatar Nov 19 '25 22:11 kenguest