From 9cdc9613909b1febb845a76be940e5b629da4cdf Mon Sep 17 00:00:00 2001 From: Mikolaj Adamczyk Date: Fri, 4 Oct 2019 10:24:22 +0200 Subject: [PATCH] EZP-30985: Fixed PhpDoc param typos for Content Gateway (#2796) --- .../Persistence/Legacy/Content/Gateway/ExceptionConversion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php b/eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php index 36db56fbe6f..1865cb5b1d5 100644 --- a/eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php +++ b/eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php @@ -697,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 */