Skip to content

Commit 1fde152

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class DataPersistenceHandler
4646
*
4747
* @param EntityDataObject $entityObject
4848
* @param array $dependentObjects
49+
* @oaram array $customFields
4950
*/
5051
public function __construct($entityObject, $dependentObjects = [], $customFields = [])
5152
{
@@ -284,8 +285,8 @@ private function convertCustomAttributesArray($arrayIn)
284285
* Function to strip out any overwritten custom field uniqueness data. Takes the uniqueness array and the
285286
* customFields from the user and unsets any intersections.
286287
*
287-
* @param $uniquenessData
288-
* @param $customFields
288+
* @param array $uniquenessData
289+
* @param array $customFields
289290
* @return array
290291
*/
291292
private function stripCustomFieldsFromUniquenessData($uniquenessData, $customFields)

0 commit comments

Comments
 (0)