We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f35f0 commit 186e71bCopy full SHA for 186e71b
library/Grafana/Helpers/Util.php
@@ -38,12 +38,12 @@ public static function getUserThemeMode(User $user): string
38
}
39
40
/**
41
- * httpStatusCodetoString translates a HTTP status code to a readable message
+ * httpStatusCodeToString translates a HTTP status code to a readable message
42
*
43
* @param int $code HTTP status code
44
* @return string
45
*/
46
- public static function httpStatusCodetoString(int $code = 0): string
+ public static function httpStatusCodeToString(int $code = 0): string
47
{
48
$statuscodes = [
49
'100' => 'Continue',
0 commit comments