You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the latest version of PHPCompatibility. You were missing out on a lot of new checks, including the checks to make sure code is compatible with the upcoming PHP 7.4. Note: PHPCompatibility 9.0 renamed all the sniffs, so any inline selective ignores `// phpcs:ignore Stnd.Cat.Sniff` annotations will need to be updated (if used at all). Refs: * https://github.com/PHPCompatibility/PHPCompatibility/releases/ * https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/9.0.0 Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
0 commit comments