@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * @param ObjectInterface|EzPlatformObject $object |
| 86 | 86 | * @param bool $throwException |
| 87 | 87 | * |
| 88 | - * @return ContentType|false |
|
| 88 | + * @return ContentType |
|
| 89 | 89 | * |
| 90 | 90 | * @throws NotFoundException |
| 91 | 91 | */ |
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | * @param int $id |
| 110 | 110 | * @param bool $throwException |
| 111 | 111 | * |
| 112 | - * @return Location|false |
|
| 112 | + * @return Location |
|
| 113 | 113 | */ |
| 114 | 114 | public function findById($id, $throwException = false) |
| 115 | 115 | { |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | */ |
| 55 | 55 | public function populateUserGroupCreateStruct(UserGroupCreateStruct $userGroupCreateStruct) |
| 56 | 56 | { |
| 57 | - if(isset($this->userGroupObject->data['remote_id'])) { |
|
| 57 | + if (isset($this->userGroupObject->data['remote_id'])) { |
|
| 58 | 58 | $userGroupCreateStruct->remoteId = $this->userGroupObject->data['remote_id']; |
| 59 | 59 | } |
| 60 | 60 | |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | */ |
| 68 | 68 | public function populateUserGroupUpdateStruct(UserGroupUpdateStruct $userGroupUpdateStruct) |
| 69 | 69 | { |
| 70 | - if(isset($this->userGroupObject->data['remote_id'])) { |
|
| 70 | + if (isset($this->userGroupObject->data['remote_id'])) { |
|
| 71 | 71 | $userGroupUpdateStruct->contentMetadataUpdateStruct = new ContentMetadataUpdateStruct(); |
| 72 | 72 | $userGroupUpdateStruct->contentMetadataUpdateStruct->remoteId = $this->userGroupObject->data['remote_id']; |
| 73 | 73 | } |