This is a part of the attempt to fix #2572645: [plan] Fix 'Drupal.Commenting.FunctionComment' coding standard
This issue is created to tackle the sub-sniff Drupal.Commenting.FunctionComment.ParamNameNoMatch
To review:
$ composer install
$ ./vendor/bin/phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer
$ cd core
$ ../vendor/bin/phpcs -ps
Should result in no errors found.