Skip to content

Inconsistent Username property in configuration #50

@lbajsarowicz

Description

@lbajsarowicz

public function getUser(): string
{
return $this->getValue('user', true);
}

vs

public function getUser(): string
{
return $this->getValue('username', true);
}

Michał's edit: Let's use user for both.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions