Skip to content

Commit

Permalink
remove superfluous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nkovacs committed May 26, 2016
1 parent 9d327ba commit f538878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/i18n/PhpMessageSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function loadFallbackMessages($category, $fallbackLanguage, $messages,
$fallbackMessages = $this->loadMessagesFromFile($fallbackMessageFile);

if (
$messages === null && $fallbackMessages === null
$messages === null && $fallbackMessages === null
&& $fallbackLanguage !== $this->sourceLanguage
&& $fallbackLanguage !== substr($this->sourceLanguage, 0, 2)
) {
Expand Down

0 comments on commit f538878

Please sign in to comment.