Skip to content

Commit

Permalink
RolesConfig: Add missing column name for quick search
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jan 10, 2025
1 parent ca2778e commit baf5bb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/Icinga/Authentication/RolesConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ protected function initializeQueryColumns()

return $columns;
}

protected function initializeSearchColumns(): array

Check failure on line 46 in library/Icinga/Authentication/RolesConfig.php

View workflow job for this annotation

GitHub Actions / phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest

Method Icinga\Authentication\RolesConfig::initializeSearchColumns() return type has no value type specified in iterable type array.

Check failure on line 46 in library/Icinga/Authentication/RolesConfig.php

View workflow job for this annotation

GitHub Actions / phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest

Method Icinga\Authentication\RolesConfig::initializeSearchColumns() return type has no value type specified in iterable type array.
{
return ['name'];
}
}

0 comments on commit baf5bb6

Please sign in to comment.