diff --git a/lib/internal/Magento/Framework/Validator/Factory.php b/lib/internal/Magento/Framework/Validator/Factory.php index b3d7147f42029208c2ba3a06acc70b23c1a7654b..3b8608239be124cce802ae743459337732989fb4 100644 --- a/lib/internal/Magento/Framework/Validator/Factory.php +++ b/lib/internal/Magento/Framework/Validator/Factory.php @@ -1,23 +1,20 @@ <?php /** - * Magento validator config factory - * * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ - -// @codingStandardsIgnoreFile - namespace Magento\Framework\Validator; use Magento\Framework\Cache\FrontendInterface; /** - * @SuppressWarnings(PHPMD.CouplingBetweenObjects) + * @codingStandardsIgnoreFile */ class Factory { - /** cache key */ + /** + * Cache key + */ const CACHE_KEY = __CLASS__; /**