diff --git a/src/PHPCodeSniffer/Finder.php b/src/PHPCodeSniffer/Finder.php
index 2bc1578b001db8dc283ab65a8313be5182038e29..4646a358ec4003baa44605084d52802bd0d44f11 100644
--- a/src/PHPCodeSniffer/Finder.php
+++ b/src/PHPCodeSniffer/Finder.php
@@ -56,6 +56,8 @@ class Finder
      *
      * @param string $path
      * @return Standards
+     *
+     * @SuppressWarnings(PHPMD.ShortMethodName)
      */
     public function in($path)
     {