1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/13896] Fix coding style

PHPBB3-13896
This commit is contained in:
Tristan Darricau 2015-05-30 12:27:31 +02:00
parent b499a1ce06
commit 41efc55be9

View File

@ -154,7 +154,7 @@ class language_file_loader
*
* @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)
{