Skip to content

Commit f132281

Browse files
committed
Fix phpcs issues
1 parent 90320b1 commit f132281

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ public function closeAdminNotification()
305305
* Search for and Select multiple options from a Magento Multi-Select drop down menu.
306306
* e.g. The drop down menu you use to assign Products to Categories.
307307
*
308-
* @param string $select
309-
* @param array $options
308+
* @param string $select
309+
* @param array $options
310310
* @param boolean $requireAction
311311
* @return void
312312
* @throws \Exception
@@ -334,8 +334,8 @@ public function searchAndMultiSelectOption($select, array $options, $requireActi
334334
/**
335335
* Select multiple options from a drop down using a filter and text field to narrow results.
336336
*
337-
* @param string $selectSearchTextField
338-
* @param string $selectSearchResult
337+
* @param string $selectSearchTextField
338+
* @param string $selectSearchResult
339339
* @param string[] $options
340340
* @return void
341341
* @throws \Exception
@@ -409,7 +409,7 @@ public function waitForLoadingMaskToDisappear($timeout = null)
409409
}
410410

411411
/**
412-
* @param float $money
412+
* @param float $money
413413
* @param string $locale
414414
* @return array
415415
*/
@@ -439,7 +439,7 @@ public function parseFloat($floatString)
439439

440440
/**
441441
* @param integer $category
442-
* @param string $locale
442+
* @param string $locale
443443
* @return void
444444
*/
445445
public function mSetLocale(int $category, $locale)
@@ -515,8 +515,8 @@ public function deleteEntityByUrl($url)
515515
/**
516516
* Conditional click for an area that should be visible
517517
*
518-
* @param string $selector
519-
* @param string $dependentSelector
518+
* @param string $selector
519+
* @param string $dependentSelector
520520
* @param boolean $visible
521521
* @return void
522522
* @throws \Exception
@@ -590,8 +590,8 @@ public function _before(TestInterface $test)
590590
/**
591591
* Override for codeception's default dragAndDrop to include offset options.
592592
*
593-
* @param string $source
594-
* @param string $target
593+
* @param string $source
594+
* @param string $target
595595
* @param integer $xOffset
596596
* @param integer $yOffset
597597
* @return void
@@ -640,7 +640,7 @@ public function fillSecretField($field, $value)
640640
* following parent execution of test failure processing.
641641
*
642642
* @param TestInterface $test
643-
* @param \Exception $fail
643+
* @param \Exception $fail
644644
* @return void
645645
*/
646646
public function _failed(TestInterface $test, $fail)

0 commit comments

Comments
 (0)