Skip to content

Commit

Permalink
correct phpdoc of leftover copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
dfelton authored Oct 12, 2020
1 parent 8a3fe81 commit 3dd88fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/ItemFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace ScandiPWA\MenuOrganizer\Model;

/**
* Factory class for @see \Magento\Cms\Model\Page
* Factory class for @see \ScandiPWA\MenuOrganizer\Model\Item
*/
class ItemFactory
{
Expand Down Expand Up @@ -36,7 +36,7 @@ public function __construct(\Magento\Framework\ObjectManagerInterface $objectMan
* Create class instance with specified parameters
*
* @param array $data
* @return \Magento\Cms\Model\Page
* @return \ScandiPWA\MenuOrganizer\Model\Item
*/
public function create(array $data = array())
{
Expand Down

0 comments on commit 3dd88fe

Please sign in to comment.