-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'phpdoc-improvements' into 'master'
Improved php doc See merge request transip/restapi-php-library!161
- Loading branch information
Showing
4 changed files
with
28 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,24 +14,23 @@ class OpenStackUser extends AbstractEntity | |
protected $id; | ||
|
||
/** | ||
* @description Login name | ||
* @example `hosting101-support` | ||
* @readonly | ||
* @type string | ||
* Login name | ||
* | ||
* @var string | ||
*/ | ||
protected $username; | ||
|
||
/** | ||
* @description Description | ||
* @example `Supporter account` | ||
* @type string | ||
* Description | ||
* | ||
* @var string | ||
*/ | ||
protected $description; | ||
|
||
/** | ||
* @description Email address | ||
* @example `[email protected]` | ||
* @type string | ||
* Email address | ||
* | ||
* @var string | ||
*/ | ||
protected $email; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters