[files_external] Fix phpdoc
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
fc369dd86e
commit
fd465d4e49
|
@ -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
|
||||
* @return self
|
||||
* @return $this
|
||||
*/
|
||||
public function setText($text) {
|
||||
$this->text = $text;
|
||||
|
|
|
@ -46,7 +46,7 @@ trait IdentifierTrait {
|
|||
|
||||
/**
|
||||
* @param string $identifier
|
||||
* @return self
|
||||
* @return $this
|
||||
*/
|
||||
public function setIdentifier($identifier) {
|
||||
$this->identifier = $identifier;
|
||||
|
|
Loading…
Reference in New Issue