[files_external] Fix phpdoc

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-07-20 10:00:40 +02:00
parent fc369dd86e
commit fd465d4e49
No known key found for this signature in database
GPG Key ID: F941078878347C0C
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ class AuthMechanism implements \JsonSerializable {
/**
* @param string $scheme
* @return self
* @return $this
*/
public function setScheme($scheme) {
$this->scheme = $scheme;

View File

@ -49,7 +49,7 @@ trait FrontendDefinitionTrait {
/**
* @param string $text
* @return self
* @return $this
*/
public function setText($text) {
$this->text = $text;

View File

@ -46,7 +46,7 @@ trait IdentifierTrait {
/**
* @param string $identifier
* @return self
* @return $this
*/
public function setIdentifier($identifier) {
$this->identifier = $identifier;