From fa7c1fcdeb64a08e2c0ba901e3edee8fd4ea9755 Mon Sep 17 00:00:00 2001 From: Dale Sikkema <dsikkema@ebay.com> Date: Wed, 6 May 2015 16:11:41 -0400 Subject: [PATCH] MAGETWO-34787: Process pull request --- lib/internal/Magento/Framework/Data/Collection/Filesystem.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/Magento/Framework/Data/Collection/Filesystem.php b/lib/internal/Magento/Framework/Data/Collection/Filesystem.php index dc0e3cf501f..cec62bc94a8 100644 --- a/lib/internal/Magento/Framework/Data/Collection/Filesystem.php +++ b/lib/internal/Magento/Framework/Data/Collection/Filesystem.php @@ -669,6 +669,7 @@ class Filesystem extends \Magento\Framework\Data\Collection * @param string $value * @param string $type * @return $this + * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ public function addFilter($field, $value, $type = 'and') { -- GitLab