Skip to content

Commit be3f81c

Browse files
committed
Fixed static tests
1 parent 6fc61b6 commit be3f81c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/MediaContentApi/Model/Composite/GetEntityContents.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
class GetEntityContents implements GetEntityContentsInterface
1717
{
1818
/**
19-
* @var array|GetEntityContentsInterface[]
19+
* @var GetEntityContentsInterface[]
2020
*/
2121
private $items;
2222

2323
/**
24-
* GetContent constructor.
2524
* @param GetEntityContentsInterface[] $items
2625
*/
2726
public function __construct(
@@ -39,6 +38,8 @@ public function __construct(
3938
}
4039

4140
/**
41+
* Get concatenated content for the content identity
42+
*
4243
* @param ContentIdentityInterface $contentIdentity
4344
* @return string[]
4445
*/

app/code/Magento/MediaContentApi/Model/GetEntityContentsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
interface GetEntityContentsInterface
1717
{
1818
/**
19+
* Get concatenated content by the content identity
20+
*
1921
* @param ContentIdentityInterface $contentIdentity
2022
* @return string[]
2123
*/

0 commit comments

Comments
 (0)