mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix ping.php skipped results (#14368)
* Update PingCheck.php * Update PingCheck.php * Update phpstan-baseline.neon * Update PingCheck.php Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -7825,11 +7825,6 @@ parameters:
|
||||
count: 1
|
||||
path: app/Jobs/PingCheck.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Jobs\\\\PingCheck\\:\\:defer\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: app/Jobs/PingCheck.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Jobs\\\\PingCheck\\:\\:fetchDevices\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
@@ -7840,11 +7835,6 @@ parameters:
|
||||
count: 1
|
||||
path: app/Jobs/PingCheck.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Jobs\\\\PingCheck\\:\\:recordData\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: app/Jobs/PingCheck.php
|
||||
|
||||
-
|
||||
message: "#^Property App\\\\Jobs\\\\PingCheck\\:\\:\\$command has no type specified\\.$#"
|
||||
count: 1
|
||||
|
Reference in New Issue
Block a user