Skip to content

VueSelect component WIP and a little docs #1738

VueSelect component WIP and a little docs

VueSelect component WIP and a little docs #1738

Triggered via push July 17, 2023 15:13
Status Failure
Total duration 5m 17s
Artifacts

lint.yml

on: push
Matrix: PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHP Static Analysis (8.1): LibreNMS/Authentication/ADAuthorizationAuthorizer.php#L121
Using nullsafe method call on non-nullable type LibreNMS\Enum\LegacyAuthLevel. Use -> instead.
PHP Static Analysis (8.1): LibreNMS/Authentication/ActiveDirectoryAuthorizer.php#L144
Using nullsafe method call on non-nullable type LibreNMS\Enum\LegacyAuthLevel. Use -> instead.
PHP Static Analysis (8.1): LibreNMS/Authentication/LdapAuthorizationAuthorizer.php#L138
Using nullsafe method call on non-nullable type LibreNMS\Enum\LegacyAuthLevel. Use -> instead.
PHP Static Analysis (8.1): LibreNMS/Authentication/LdapAuthorizer.php#L136
Using nullsafe method call on non-nullable type LibreNMS\Enum\LegacyAuthLevel. Use -> instead.
PHP Static Analysis (8.1): LibreNMS/Authentication/MysqlAuthorizer.php#L1
Ignored error pattern #^If condition is always false\.$# in path /home/runner/work/librenms/librenms/LibreNMS/Authentication/MysqlAuthorizer.php was not matched in reported errors.
PHP Static Analysis (8.1): LibreNMS/Authentication/SSOAuthorizer.php#L1
Ignored error pattern #^Parameter \#2 \$password of method LibreNMS\\Authentication\\MysqlAuthorizer\:\:addUser\(\) expects string, null given\.$# in path /home/runner/work/librenms/librenms/LibreNMS/Authentication/SSOAuthorizer.php was not matched in reported errors.
PHP Static Analysis (8.1): LibreNMS/Authentication/SSOAuthorizer.php#L159
PHPDoc tag @return with type array|string is not subtype of native type array.
PHP Static Analysis (8.1): LibreNMS/IRCBot.php#L803
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Eventlog>::selct().
PHP Static Analysis (8.1): LibreNMS/IRCBot.php#L803
Property 'hostname' does not exist in App\Models\Eventlog model.
PHP Static Analysis (8.1): app/Console/Commands/AddUserCommand.php#L76
Parameter #1 $array of function array_keys expects array, Illuminate\Support\Collection given.