Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@ -80,7 +80,7 @@ class AuthMechanism implements \JsonSerializable {
/**
* @param string $scheme
* @return self
* @return $this
*/
public function setScheme($scheme) {
$this->scheme = $scheme;
@ -49,7 +49,7 @@ trait FrontendDefinitionTrait {
* @param string $text
public function setText($text) {
$this->text = $text;
@ -46,7 +46,7 @@ trait IdentifierTrait {
* @param string $identifier
public function setIdentifier($identifier) {
$this->identifier = $identifier;