<!-- Annotation has to be on the second line as errors are thrown on line 1 and errors on annotation lines are ignored. -->
phpcs:set WordPress.Files.FileName custom_test_class_whitelist[] TestSample
<?php

namespace Some\Name;

class TestSample {}
/* phpcs:set WordPress.Files.FileName custom_test_class_whitelist[] */
