Skip to content

Commit d6f9b34

Browse files
committed
MAGETWO-74012: [Github] ImportExport - Sample Files in own Modules #6553
1 parent 7ce75fe commit d6f9b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ImportExport/Model/Import/SampleFileProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public function __construct(
5656
*
5757
* @param string $entityName
5858
* @return int|null
59-
* @throws NoSuchEntityException
6059
*/
6160
public function getSize(string $entityName)
6261
{
@@ -82,7 +81,8 @@ public function getFileContents(string $entityName): string
8281
}
8382

8483
/**
85-
* @return string $entityName
84+
* @param string $entityName
85+
* @return string
8686
* @throws NoSuchEntityException
8787
*/
8888
private function getPath(string $entityName): string

0 commit comments

Comments
 (0)