Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Globally remove trailing whitespace
Browse files Browse the repository at this point in the history
Using php-cs-fixer - http://cs.sensiolabs.org/

php-cs-fixer fix --fixers=trailing_spaces .
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/AbstractTranslatorHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @package Zend_View
* @subpackage Helper
*/
abstract class AbstractTranslatorHelper extends AbstractHelper implements
abstract class AbstractTranslatorHelper extends AbstractHelper implements
TranslatorAwareInterface
{
/**
Expand Down

0 comments on commit 6437ec0

Please sign in to comment.