mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 22:45:56 +01:00
Fixed some inspection issues
This commit is contained in:
@@ -283,7 +283,7 @@ class User extends AttachmentContainingDBElement implements UserInterface, HasPe
|
||||
*/
|
||||
public function getUsername(): string
|
||||
{
|
||||
return (string) $this->name;
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function getUserIdentifier(): string
|
||||
|
||||
Reference in New Issue
Block a user