Skip to content

Commit 20c7cdb

Browse files
author
Oleksii Korshenko
committed
MAGETWO-65427: [GitHub][PR] magento/magento2 #2370: A PHPDoc comment typo fix #8758
- Merge Pull Request #8758 from cavalier79/magento2:mcd17
2 parents 93f96f5 + 2464c66 commit 20c7cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Model/Config/SourceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(\Magento\Framework\ObjectManagerInterface $objectMan
2626
* Create backend model by name
2727
*
2828
* @param string $modelName
29-
* @return mixed
29+
* @return \Magento\Framework\Option\ArrayInterface
3030
*/
3131
public function create($modelName)
3232
{

0 commit comments

Comments
 (0)