mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Unify time interval formatting (#14733)
* Unify time interval formatting Use carbon for formatting, it supports locales. * fix style * remove baseline exceptions * fixes found by lint
This commit is contained in:
@@ -5630,41 +5630,6 @@ parameters:
|
||||
count: 1
|
||||
path: LibreNMS/Util/StringHelpers.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:formatInterval\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:formatInterval\\(\\) has parameter \\$format with no type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:formatInterval\\(\\) has parameter \\$interval with no type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:humanTime\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:humanTime\\(\\) has parameter \\$s with no type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:legacyTimeSpecToSecs\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Time\\:\\:legacyTimeSpecToSecs\\(\\) has parameter \\$description with no type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Util/Time.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Util\\\\Url\\:\\:escapeBothQuotes\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
|
Reference in New Issue
Block a user