From 220835ac851f56ff38ff2c3b11448a1808dfa019 Mon Sep 17 00:00:00 2001 From: Igor Melnikov <imelnikov@magento.com> Date: Fri, 28 Oct 2016 17:53:37 -0500 Subject: [PATCH] MAGETWO-58638: Refactor Framework_App, Framework_Config Removing CouplingBetweenObjects annotation --- lib/internal/Magento/Framework/Validator/Factory.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lib/internal/Magento/Framework/Validator/Factory.php b/lib/internal/Magento/Framework/Validator/Factory.php index b3d7147f420..3b8608239be 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__; /** -- GitLab