Skip to content

Commit

Permalink
Hint that owner can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 20, 2017
1 parent b801c7b commit b5281a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/API/Values/Content.php
Expand Up @@ -18,8 +18,8 @@
* @property-read \Netgen\EzPlatformSiteApi\API\Values\ContentInfo $contentInfo
* @property-read \Netgen\EzPlatformSiteApi\API\Values\Field[] $fields
* @property-read \Netgen\EzPlatformSiteApi\API\Values\Location|null $mainLocation
* @property-read \Netgen\EzPlatformSiteApi\API\Values\Content $owner
* @property-read \eZ\Publish\API\Repository\Values\User\User $innerOwnerUser
* @property-read \Netgen\EzPlatformSiteApi\API\Values\Content|null $owner
* @property-read \eZ\Publish\API\Repository\Values\User\User|null $innerOwnerUser
* @property-read \eZ\Publish\API\Repository\Values\Content\Content $innerContent
* @property-read \eZ\Publish\API\Repository\Values\Content\VersionInfo $innerVersionInfo
* @property-read \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo
Expand Down

0 comments on commit b5281a3

Please sign in to comment.