Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/Gitlab/Model/ProjectNamespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Class ProjectNamespace
*
* @property-read int $id
* @property-read string $name
* @property-read string $path
* @property-read string $kind
* @property-read int $owner_id
Expand All @@ -20,6 +21,7 @@ class ProjectNamespace extends AbstractModel
*/
protected static $properties = array(
'id',
'name',
'path',
'kind',
'owner_id',
Expand Down