Skip to content

Commit ffc0f71

Browse files
committed
MQE-742: Add ability to pass in non-entity parameters when calling operations
- fix static check
1 parent 1fde152 commit ffc0f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Persist/DataPersistenceHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class DataPersistenceHandler
4646
*
4747
* @param EntityDataObject $entityObject
4848
* @param array $dependentObjects
49-
* @oaram array $customFields
49+
* @param array $customFields
5050
*/
5151
public function __construct($entityObject, $dependentObjects = [], $customFields = [])
5252
{

0 commit comments

Comments
 (0)