From 013bbf8e96ae8df4ed40242890b686a9245a7590 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 24 Oct 2016 10:43:49 -0300 Subject: [PATCH] Adding ignores for codesniffer. --- .../community/Ebizmarts/MageMonkey/Model/Feed/Updates.php | 4 +++- lib/Mandrill/Mandrill/Exceptions.php | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/code/community/Ebizmarts/MageMonkey/Model/Feed/Updates.php b/app/code/community/Ebizmarts/MageMonkey/Model/Feed/Updates.php index f9a8fe91..b6caf7a6 100644 --- a/app/code/community/Ebizmarts/MageMonkey/Model/Feed/Updates.php +++ b/app/code/community/Ebizmarts/MageMonkey/Model/Feed/Updates.php @@ -100,6 +100,8 @@ public function check() protected function _getUpdates($resource) { + //Handles data object with the variable names provided. + // @codingStandardsIgnoreStart $feedData = array(); try { @@ -138,6 +140,6 @@ protected function _getUpdates($resource) Mage::logException($e); return false; } + // @codingStandardsIgnoreEnd } - } \ No newline at end of file diff --git a/lib/Mandrill/Mandrill/Exceptions.php b/lib/Mandrill/Mandrill/Exceptions.php index 1134a5d4..3d472b24 100644 --- a/lib/Mandrill/Mandrill/Exceptions.php +++ b/lib/Mandrill/Mandrill/Exceptions.php @@ -1,5 +1,6 @@