Skip to content

Commit

Permalink
Removed unused docblock parameters in Content Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Oct 4, 2019
1 parent 8b22252 commit 26956e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions eZ/Publish/Core/Persistence/Legacy/Content/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ abstract public function loadRelations($contentId, $contentVersionNo = null, $re
* Loads data of related to/from $contentId.
*
* @param int $contentId
* @param bool $reverse Reverse relation, default false
* @param int $contentVersionNo
* @param int $relationType
*
* @return mixed[][] Content data, array structured like {@see \eZ\Publish\Core\Persistence\Legacy\Content\Gateway::load()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ public function loadRelations($contentId, $contentVersionNo = null, $relationTyp
* Loads data of related to/from $contentId.
*
* @param int $contentId
* @param bool $reverse Reverse relation, default false
* @param int $contentVersionNo
* @param int $relationType
*
* @return mixed[][] Content data, array structured like {@see \eZ\Publish\Core\Persistence\Legacy\Content\Gateway::load()}
Expand Down Expand Up @@ -699,7 +697,7 @@ public function deleteRelation($relationId, $type)
/**
* Inserts a new relation database record.
*
* @param \eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct $createStruct
* @param \eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct $struct
*
* @return int ID the inserted ID
*/
Expand Down

0 comments on commit 26956e8

Please sign in to comment.