Skip to content

Commit b5692d9

Browse files
committed
Fixed phpdoc arguments ordering of __construct (#24726)
1 parent 4a1f3ab commit b5692d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ class Option extends AbstractExtensibleModel implements ProductCustomOptionInter
131131
* @param \Magento\Framework\Model\ResourceModel\AbstractResource $resource
132132
* @param \Magento\Framework\Data\Collection\AbstractDb $resourceCollection
133133
* @param array $data
134+
* @param ProductCustomOptionValuesInterfaceFactory|null $customOptionValuesFactory
134135
* @param array $optionGroups
135136
* @param array $optionGroupsToTypes
136-
* @param ProductCustomOptionValuesInterfaceFactory|null $customOptionValuesFactory
137137
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
138138
*/
139139
public function __construct(

0 commit comments

Comments
 (0)