1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 21:34:08 +02:00

Applied fixes from StyleCI

This commit is contained in:
Toby Zerner
2016-02-25 22:09:39 -05:00
committed by StyleCI Bot
parent 83c22d73a4
commit a6cf10f854
96 changed files with 240 additions and 245 deletions

View File

@@ -32,9 +32,9 @@ class JsCompiler extends BaseJsCompiler
$output .= file_get_contents($filename);
}
$output .= "}
$output .= '}
};
});";
});';
return $this->format($output);
}

View File

@@ -28,7 +28,7 @@ class Translator extends BaseTranslator
$this->assertValidLocale($locale);
}
$parse = !isset($this->catalogues[$locale]);
$parse = ! isset($this->catalogues[$locale]);
$catalogue = parent::getCatalogue($locale);