Skip to content

Commit 20d4c8c

Browse files
authored
MAGETWO-65427: [GitHub][PR] magento/magento2 #2370: A PHPDoc comment typo fix #8758
2 parents 76fab15 + 20c7cdb commit 20d4c8c

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)