mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
PHPStan: Remove PHP version constraint (#14314)
This commit is contained in:
@@ -1060,11 +1060,6 @@ parameters:
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/ADAuthorizationAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$link_identifier of function ldap_error expects resource, false given\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/ADAuthorizationAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Property LibreNMS\\\\Authentication\\\\ADAuthorizationAuthorizer\\:\\:\\$AUTH_IS_EXTERNAL has no type specified\\.$#"
|
||||
count: 1
|
||||
@@ -1290,11 +1285,6 @@ parameters:
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/LdapAuthorizationAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$link_identifier of function ldap_error expects resource, false given\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/LdapAuthorizationAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Property LibreNMS\\\\Authentication\\\\LdapAuthorizationAuthorizer\\:\\:\\$AUTH_IS_EXTERNAL has no type specified\\.$#"
|
||||
count: 1
|
||||
@@ -1315,11 +1305,6 @@ parameters:
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/LdapAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Authentication\\\\LdapAuthorizer\\:\\:connect\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/LdapAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Method LibreNMS\\\\Authentication\\\\LdapAuthorizer\\:\\:getFullDn\\(\\) has parameter \\$username with no type specified\\.$#"
|
||||
count: 1
|
||||
@@ -1431,12 +1416,12 @@ parameters:
|
||||
path: LibreNMS/Authentication/SSOAuthorizer.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$input of function str_pad expects string, int given\\.$#"
|
||||
message: "#^Parameter \\#1 \\$string of function str_pad expects string, int given\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/TwoFactor.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$number of function base_convert expects string, int given\\.$#"
|
||||
message: "#^Parameter \\#1 \\$num of function base_convert expects string, int given\\.$#"
|
||||
count: 1
|
||||
path: LibreNMS/Authentication/TwoFactor.php
|
||||
|
||||
|
Reference in New Issue
Block a user