From dc9d7abe14ca1b68b6ebf20a27d55cc8a95a0dd1 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 19 Nov 2020 23:32:29 +0100 Subject: [PATCH] Fix comment indentation --- MD_STD.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MD_STD.php b/MD_STD.php index 2313e4a..bb3838b 100644 --- a/MD_STD.php +++ b/MD_STD.php @@ -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 $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 { } } - }