File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Magento/FunctionalTestingFramework/DataGenerator/Persist Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ class DataPersistenceHandler
46
46
*
47
47
* @param EntityDataObject $entityObject
48
48
* @param array $dependentObjects
49
+ * @oaram array $customFields
49
50
*/
50
51
public function __construct ($ entityObject , $ dependentObjects = [], $ customFields = [])
51
52
{
@@ -284,8 +285,8 @@ private function convertCustomAttributesArray($arrayIn)
284
285
* Function to strip out any overwritten custom field uniqueness data. Takes the uniqueness array and the
285
286
* customFields from the user and unsets any intersections.
286
287
*
287
- * @param $uniquenessData
288
- * @param $customFields
288
+ * @param array $uniquenessData
289
+ * @param array $customFields
289
290
* @return array
290
291
*/
291
292
private function stripCustomFieldsFromUniquenessData ($ uniquenessData , $ customFields )
You can’t perform that action at this time.
0 commit comments