Skip to content

Commit

Permalink
Coding standards compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Aug 26, 2015
1 parent b746c7b commit 13657ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function getTranslationTexts($method)
{
$texts = array();

foreach ($this->getTranslations() as $locale => $translation) {
foreach ($this->getTranslations() as $translation) {
$text = call_user_func(array($translation, $method));

if ($text !== null) {
Expand Down

0 comments on commit 13657ac

Please sign in to comment.