File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/Magento/FunctionalTestingFramework Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ public function getDataByName($name, $uniquenessFormat)
191
191
* @throws TestFrameworkException
192
192
* @throws \Magento\FunctionalTestingFramework\Exceptions\TestReferenceException
193
193
*/
194
-
195
194
private function resolveDataReferences ($ name , $ uniquenessFormat )
196
195
{
197
196
$ name_lower = strtolower ($ name );
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public function beforeStep(StepEvent $e)
131
131
* Check if page has changed, if so reset metric tracking
132
132
*
133
133
* @param Step $step
134
- * return void
134
+ * @ return void
135
135
*/
136
136
private function resetMetricTracker ($ step )
137
137
{
@@ -152,7 +152,7 @@ private function resetMetricTracker($step)
152
152
153
153
/**
154
154
* Wait for page readiness.
155
- * @param $metrics
155
+ * @param array $metrics
156
156
* @return void
157
157
* @throws \Codeception\Exception\ModuleRequireException
158
158
* @throws \Facebook\WebDriver\Exception\NoSuchElementException
You can’t perform that action at this time.
0 commit comments