Closed
Description
cakephp-codesniffer/CakePHP/ruleset.xml
Line 157 in fba3e43
the ruleset config adds configuration entries that no longer exist in current versions of slevomat/conding-standard leading to deprecations in PHP 8.2
Deprecated: Creation of dynamic property SlevomatCodingStandard\Sniffs\TypeHints\DeclareStrictTypesSniff::$newlinesCountAfterDeclare is deprecated
Is slevomat/coding-standard v6 support still required ? v8 covers [PHP 7.2 - PHP 8.2](php: ^7.2 || ^8.0) and should be fine for projects running CakePHP 4?