Fix comment indentation

This commit is contained in:
Joshua Ramon Enslin 2020-11-19 23:32:29 +01:00
parent 729a964d0c
commit dc9d7abe14
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -9,7 +9,6 @@ declare(strict_types = 1);
* functions.
*/
final class MD_STD {
/**
* Wrapper around file_get_contents, that provides catches errors on it and returns
* with type safety.
@ -211,7 +210,7 @@ final class MD_STD {
* Function lang_getfrombrowser gets the browser language based on HTTP headers.
*
* @param array<string> $allowed_languages Array containing all the languages for which
* there are translations.
* there are translations.
* @param string $default_language Default language of the instance of MD.
* @param string $lang_variable Currently set language variable. Optional.
* @param boolean $strict_mode Whether to demand "de-de" (true) or "de" (false) Optional.
@ -431,5 +430,4 @@ final class MD_STD {
}
}
}