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

Commit

Permalink
Browse files Browse the repository at this point in the history
- interfaces are only part of class declaration that should go on
  separate line
- one interface per line
  • Loading branch information
weierophinney committed Jul 23, 2012
1 parent 3191d28 commit e9b8476
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/View/Helper/AbstractTranslatorHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
* @package Zend_View
* @subpackage Helper
*/
abstract class AbstractTranslatorHelper
extends AbstractHelper
implements TranslatorAwareInterface
abstract class AbstractTranslatorHelper extends AbstractHelper implements
TranslatorAwareInterface
{
/**
* Translator (optional)
Expand Down

0 comments on commit e9b8476

Please sign in to comment.