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 @@