We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18c162 commit 1820562Copy full SHA for 1820562
src/Magento/AcceptanceTestFramework/Test/Util/ActionObjectExtractor.php
@@ -86,7 +86,7 @@ public function extractActions($testActions)
86
* Function which checks an entity definition for type array and strips this key out (as data is not stores in this
87
* type of object).
88
*
89
- * @param $entityDataArray
+ * @param array $entityDataArray
90
* @return array
91
*/
92
private function stripDataFields($entityDataArray)
src/Magento/AcceptanceTestFramework/Test/Util/TestEntityExtractor.php
@@ -54,4 +54,4 @@ public function extractTestEntities($testActions)
54
55
return $testEntities;
56
}
57
-}
+}
0 commit comments