My TestMyClass.php has two class definitions in the same file (unit testing class), and PHP Code Sniffer complains about each class must be in a file by itself<
TestMyClass.php
The @codingStandards syntax is deprecated as of version 3.2.0, use phpcs instead.
@codingStandards
3.2.0
phpcs
Some examples:
// phpcs:disable // phpcs:ignore // phpcs:enable
See this page for more information: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file