Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
Adding ignores for codesniffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiagoebizmarts committed Oct 24, 2016
1 parent 10b88b1 commit 013bbf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public function check()

protected function _getUpdates($resource)
{
//Handles data object with the variable names provided.
// @codingStandardsIgnoreStart
$feedData = array();

try {
Expand Down Expand Up @@ -138,6 +140,6 @@ protected function _getUpdates($resource)
Mage::logException($e);
return false;
}
// @codingStandardsIgnoreEnd
}

}
5 changes: 2 additions & 3 deletions lib/Mandrill/Mandrill/Exceptions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

// This is an external library.
// @codingStandardsIgnoreFile
class Mandrill_Error extends Exception
{
}
Expand Down Expand Up @@ -210,5 +211,3 @@ class Mandrill_Metadata_FieldLimit extends Mandrill_Error
class Mandrill_Unknown_MetadataField extends Mandrill_Error
{
}


0 comments on commit 013bbf8

Please sign in to comment.