mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 01:34:34 +02:00
Fixed inspection issues.
This commit is contained in:
parent
0fe83c7b3a
commit
eb9b24d5d7
20 changed files with 33 additions and 49 deletions
|
@ -109,7 +109,7 @@ class PermissionResolverTest extends WebTestCase
|
|||
$this->group->method('getParent')->willReturn($parent_group);
|
||||
}
|
||||
|
||||
public function getPermissionNames()
|
||||
public function getPermissionNames(): array
|
||||
{
|
||||
//List all possible operation names.
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue