Fatal error: Uncaught Error: Access to undeclared static property SlevomatCodingStandard\Helpers\TokenHelper::$typeKeywordTokenCodes in /Users/kevin/Documents/sunlime/alfred/vendor/cakephp/cakephp-codesniffer/CakePHP/Sniffs/Classes/ReturnTypeHintSniff.php on line 231
That class is internal, therefore it doesn't adhere to BC I guess...
just updated to slevomat/coding-standard 8.19.0 and get this error when doing a cs-check
Seems like that property was renamed in slevomat/coding-standard@e254aa2#diff-7b9c1a170a8a3c2d5506dfa08dcd3097dbfe61d07ae4b30a6087eab91a805564L94
That class is internal, therefore it doesn't adhere to BC I guess...