We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce75fe commit d6f9b34Copy full SHA for d6f9b34
app/code/Magento/ImportExport/Model/Import/SampleFileProvider.php
@@ -56,7 +56,6 @@ public function __construct(
56
*
57
* @param string $entityName
58
* @return int|null
59
- * @throws NoSuchEntityException
60
*/
61
public function getSize(string $entityName)
62
{
@@ -82,7 +81,8 @@ public function getFileContents(string $entityName): string
82
81
}
83
84
/**
85
- * @return string $entityName
+ * @param string $entityName
+ * @return string
86
* @throws NoSuchEntityException
87
88
private function getPath(string $entityName): string
0 commit comments