@@ -187,7 +187,7 @@ |
||
| 187 | 187 | /** |
| 188 | 188 | * @param string $taxRateAmount |
| 189 | 189 | * |
| 190 | - * @return string |
|
| 190 | + * @return integer |
|
| 191 | 191 | */ |
| 192 | 192 | private function getAmountFromString($taxRateAmount) |
| 193 | 193 | { |
@@ -91,8 +91,8 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * @param array $columns |
|
| 95 | - * @param array $fields |
|
| 94 | + * @param NodeElement[] $columns |
|
| 95 | + * @param string[] $fields |
|
| 96 | 96 | * |
| 97 | 97 | * @return bool |
| 98 | 98 | */ |
@@ -153,7 +153,7 @@ |
||
| 153 | 153 | * Check if a unique constraint has been defined. |
| 154 | 154 | * |
| 155 | 155 | * @param ClassMetadata $metadata |
| 156 | - * @param array $columns |
|
| 156 | + * @param string[] $columns |
|
| 157 | 157 | * |
| 158 | 158 | * @return bool |
| 159 | 159 | */ |
@@ -101,6 +101,9 @@ |
||
| 101 | 101 | return $webDirectory; |
| 102 | 102 | } |
| 103 | 103 | |
| 104 | + /** |
|
| 105 | + * @param string $webDirectory |
|
| 106 | + */ |
|
| 104 | 107 | private function assertFileContent($lines, $webDirectory) |
| 105 | 108 | { |
| 106 | 109 | foreach ($lines as $line) { |
@@ -429,6 +429,8 @@ |
||
| 429 | 429 | } |
| 430 | 430 | |
| 431 | 431 | /** |
| 432 | + * @param integer $timeout |
|
| 433 | + * @param string $elementName |
|
| 432 | 434 | * @return bool |
| 433 | 435 | */ |
| 434 | 436 | private function waitForElement($timeout, $elementName) |
@@ -16,13 +16,13 @@ |
||
| 16 | 16 | use Sylius\Behat\NotificationType; |
| 17 | 17 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; |
| 18 | 18 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; |
| 19 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
| 19 | 20 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; |
| 20 | 21 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; |
| 21 | 22 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; |
| 22 | 23 | use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface; |
| 23 | 24 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; |
| 24 | 25 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; |
| 25 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
| 26 | 26 | use Sylius\Behat\Page\SymfonyPageInterface; |
| 27 | 27 | use Sylius\Behat\Service\NotificationCheckerInterface; |
| 28 | 28 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; |
@@ -259,6 +259,7 @@ |
||
| 259 | 259 | * @Then the product :productName should appear in the store |
| 260 | 260 | * @Then the product :productName should be in the shop |
| 261 | 261 | * @Then this product should still be named :productName |
| 262 | + * @param string|null $productName |
|
| 262 | 263 | */ |
| 263 | 264 | public function theProductShouldAppearInTheShop($productName) |
| 264 | 265 | { |
@@ -11,8 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\GridBundle\Doctrine\ORM; |
| 13 | 13 | |
| 14 | -use Doctrine\ORM\Query\Expr\Comparison; |
|
| 15 | 14 | use Doctrine\ORM\QueryBuilder; |
| 15 | +use Doctrine\ORM\Query\Expr\Comparison; |
|
| 16 | 16 | use Sylius\Component\Grid\Data\ExpressionBuilderInterface; |
| 17 | 17 | |
| 18 | 18 | /** |
@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |
@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |