Skip to content

Commit

Permalink
OPENEUROPA-1577: Merge branch 'OPENEUROPA-1577' of github.com:openeur…
Browse files Browse the repository at this point in the history
…opa/oe_theme into OPENEUROPA-1577.
  • Loading branch information
sergepavle committed Feb 21, 2019
2 parents 89737e8 + 18c5c01 commit 8fcdbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/oe_theme_helper/src/TwigExtension/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function toNativeLanguageName($language_code): string {
return $predefined[$language_code][1];
}

throw new \InvalidArgumentException("The language code $language_code does not exist.");
throw new \InvalidArgumentException('The language code ' . $language_code . ' does not exist.');
}

/**
Expand Down

0 comments on commit 8fcdbc8

Please sign in to comment.