Skip to content

Commit

Permalink
Implemented #117: Make fast disabling synchronization with an issue t…
Browse files Browse the repository at this point in the history
…racker

 - Updated error message.
  • Loading branch information
andkirby committed Sep 5, 2016
1 parent 1e59296 commit 7c44e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PreCommit/Validator/CodingStandardMagento.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CodingStandardMagento extends CodingStandard
*/
protected $errorMessages
= array(
self::CODE_PHP_DEPRECATED_THROW_EXCEPTION => 'Used deprecated method Mage::throwException(). Use: throw new Mage_Core_Exception("Translated message.")',
self::CODE_PHP_DEPRECATED_THROW_EXCEPTION => 'Used deprecated method Mage::throwException(). Use: throw new Your_Module_Exception(\'Your message.\')',
);

/**
Expand Down

0 comments on commit 7c44e11

Please sign in to comment.