inpsyde / php-coding-standards

Style guide for writing consistent PHP for WordPress projects.
MIT License
98 stars 23 forks source link

[In Progress] Modernize to PHP 8 WPCS 3 #69

Closed gmazzap closed 1 year ago

gmazzap commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Feature

What is the current behavior? (You can also link to an open issue here)

See:

In a nutshell, make compatible with PHP 8+and its features and WPCS 3

What is the new behavior (if this is a feature change)?

Dependencies are updated, compatibility improved. Still work to do to cover all modern PHP 8 things.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Yes.

Other information:

The target version/2 branch will be the branch used to release the new major.