@@ -305,8 +305,8 @@ public function closeAdminNotification()
305
305
* Search for and Select multiple options from a Magento Multi-Select drop down menu.
306
306
* e.g. The drop down menu you use to assign Products to Categories.
307
307
*
308
- * @param string $select
309
- * @param array $options
308
+ * @param string $select
309
+ * @param array $options
310
310
* @param boolean $requireAction
311
311
* @return void
312
312
* @throws \Exception
@@ -334,8 +334,8 @@ public function searchAndMultiSelectOption($select, array $options, $requireActi
334
334
/**
335
335
* Select multiple options from a drop down using a filter and text field to narrow results.
336
336
*
337
- * @param string $selectSearchTextField
338
- * @param string $selectSearchResult
337
+ * @param string $selectSearchTextField
338
+ * @param string $selectSearchResult
339
339
* @param string[] $options
340
340
* @return void
341
341
* @throws \Exception
@@ -409,7 +409,7 @@ public function waitForLoadingMaskToDisappear($timeout = null)
409
409
}
410
410
411
411
/**
412
- * @param float $money
412
+ * @param float $money
413
413
* @param string $locale
414
414
* @return array
415
415
*/
@@ -439,7 +439,7 @@ public function parseFloat($floatString)
439
439
440
440
/**
441
441
* @param integer $category
442
- * @param string $locale
442
+ * @param string $locale
443
443
* @return void
444
444
*/
445
445
public function mSetLocale (int $ category , $ locale )
@@ -515,8 +515,8 @@ public function deleteEntityByUrl($url)
515
515
/**
516
516
* Conditional click for an area that should be visible
517
517
*
518
- * @param string $selector
519
- * @param string $dependentSelector
518
+ * @param string $selector
519
+ * @param string $dependentSelector
520
520
* @param boolean $visible
521
521
* @return void
522
522
* @throws \Exception
@@ -590,8 +590,8 @@ public function _before(TestInterface $test)
590
590
/**
591
591
* Override for codeception's default dragAndDrop to include offset options.
592
592
*
593
- * @param string $source
594
- * @param string $target
593
+ * @param string $source
594
+ * @param string $target
595
595
* @param integer $xOffset
596
596
* @param integer $yOffset
597
597
* @return void
@@ -640,7 +640,7 @@ public function fillSecretField($field, $value)
640
640
* following parent execution of test failure processing.
641
641
*
642
642
* @param TestInterface $test
643
- * @param \Exception $fail
643
+ * @param \Exception $fail
644
644
* @return void
645
645
*/
646
646
public function _failed (TestInterface $ test , $ fail )
0 commit comments