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
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 )
You can’t perform that action at this time.
0 commit comments