1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-11 08:53:05 +02:00

Merge pull request #3665 from Nicofuma/ticket/13896

Fix conding style
This commit is contained in:
Nils Adermann
2015-05-30 12:30:51 +02:00

View File

@ -154,7 +154,7 @@ class language_file_loader
* *
* @return string Relative path to language file * @return string Relative path to language file
* *
* @throws \phpbb\language\exception\language_file_not_found When the path to the file cannot be resolved * @throws language_file_not_found When the path to the file cannot be resolved
*/ */
protected function get_language_file_path($path, $filename, $locales) protected function get_language_file_path($path, $filename, $locales)
{ {