@@ -18,7 +18,7 @@ |
||
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | - * @param $method |
|
| 21 | + * @param string $method |
|
| 22 | 22 | * @return \Magium\Magento\Actions\Checkout\PaymentMethods\PaymentMethodInterface |
| 23 | 23 | */ |
| 24 | 24 | |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | ]; |
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | - * @param string $active |
|
| 27 | 26 | */ |
| 28 | 27 | public function setEnabled($enabled) |
| 29 | 28 | { |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | * * Tab/Section::name=Text Of Setting (will ensure that the correct section is navigated to, uses setting name (exact), not ID) |
| 58 | 58 | * * name=Text Of Setting (will not navigate, uses setting name (exact) not ID) |
| 59 | 59 | * |
| 60 | - * @param $identifier |
|
| 60 | + * @param string $identifier |
|
| 61 | 61 | * @param $value |
| 62 | 62 | * @throws \Magium\InvalidInstructionException |
| 63 | 63 | */ |
@@ -96,7 +96,6 @@ |
||
| 96 | 96 | /** |
| 97 | 97 | * Adds as configurable product to the cart from the product page. |
| 98 | 98 | * |
| 99 | - * @param array $options |
|
| 100 | 99 | */ |
| 101 | 100 | |
| 102 | 101 | public function addConfigurableItemToCartFromProductPage($categoryNavigationPath = null) |
@@ -43,6 +43,9 @@ |
||
| 43 | 43 | return $this->messages; |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | + /** |
|
| 47 | + * @param string $message |
|
| 48 | + */ |
|
| 46 | 49 | public function addMessage($message) |
| 47 | 50 | { |
| 48 | 51 | $this->messages[] = $message; |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * @param $nodePath |
| 30 | - * @return WebDriverElement |
|
| 30 | + * @return null|\Facebook\WebDriver\Remote\RemoteWebElement |
|
| 31 | 31 | */ |
| 32 | 32 | |
| 33 | 33 | public function getNode($nodePath) |
@@ -80,6 +80,9 @@ |
||
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | |
| 83 | + /** |
|
| 84 | + * @param string $type |
|
| 85 | + */ |
|
| 83 | 86 | public function addFilterType($type) |
| 84 | 87 | { |
| 85 | 88 | $type = $this->filterTypeName($type); |
@@ -25,6 +25,10 @@ |
||
| 25 | 25 | return $this->products; |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | + /** |
|
| 29 | + * @param integer $count |
|
| 30 | + * @param string $attribute |
|
| 31 | + */ |
|
| 28 | 32 | protected function getByXpath($type, $count, $attribute = null, $getElement = false) |
| 29 | 33 | { |
| 30 | 34 | $xpath = $this->getElementXpath($type, $count); |
@@ -192,7 +192,7 @@ |
||
| 192 | 192 | } |
| 193 | 193 | |
| 194 | 194 | /** |
| 195 | - * @param string $billingFastName |
|
| 195 | + * @param string $billingLastName |
|
| 196 | 196 | */ |
| 197 | 197 | public function setBillingLastName($billingLastName) |
| 198 | 198 | { |