- ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
This change confuses me because it's removing @var from stuff... also if I only apply the changes to the phpcs.xml.dist and run PHPCS the other error that's found is:
> phpcs --standard=core/phpcs.xml.dist --parallel="$( (nproc || sysctl -n hw.logicalcpu || echo 4) 2>/dev/null)" -- 'core' FILE: /Volumes/dev/drupal/core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php ------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------- 37 | ERROR | Missing @var tag in member variable comment ------------------------------------------------------------------------------------------- Time: 26.72 secs; Memory: 12MB
So the rule changes are not covering the changes being made here.