Skip to content

Commit 2464c66

Browse files
author
Nino Aratari
committed
magento/magento2 #2370:
A PHPDoc comment for \Magento\Config\Model\Config\SourceFactory::create() method is wrong The correct return parameter is \Magento\Framework\Option\ArrayInterface
1 parent 6bf2f23 commit 2464c66

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 \Magento\Framework\Option\ArrayInterface|object
29+
* @return \Magento\Framework\Option\ArrayInterface
3030
*/
3131
public function create($modelName)
3232
{

0 commit comments

Comments
 (0)