@@ -243,7 +243,7 @@ |
||
243 | 243 | } |
244 | 244 | |
245 | 245 | /** |
246 | - * @param string|array $selector |
|
246 | + * @param string $selector |
|
247 | 247 | * @param SelectorsHandler $selectorsHandler |
248 | 248 | * |
249 | 249 | * @return string |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use Sylius\Component\Product\Model\ProductVariantTranslationInterface; |
36 | 36 | use Sylius\Component\Product\Resolver\ProductVariantResolverInterface; |
37 | 37 | use Sylius\Component\Resource\Factory\FactoryInterface; |
38 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
39 | 38 | use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
40 | 39 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
41 | 40 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Sylius\Component\Core\Model\TaxonInterface; |
22 | 22 | use Sylius\Component\Core\Uploader\ImageUploaderInterface; |
23 | 23 | use Sylius\Component\Resource\Factory\FactoryInterface; |
24 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
25 | 24 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
26 | 25 | use Sylius\Component\Taxonomy\Generator\TaxonSlugGeneratorInterface; |
27 | 26 | use Sylius\Component\Taxonomy\Model\TaxonTranslationInterface; |
@@ -18,14 +18,13 @@ |
||
18 | 18 | use Sylius\Behat\NotificationType; |
19 | 19 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; |
20 | 20 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; |
21 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
21 | 22 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; |
22 | 23 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; |
23 | 24 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; |
24 | 25 | use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface; |
25 | 26 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; |
26 | 27 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; |
27 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
28 | -use Sylius\Behat\Page\SymfonyPageInterface; |
|
29 | 28 | use Sylius\Behat\Service\NotificationCheckerInterface; |
30 | 29 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; |
31 | 30 | use Sylius\Behat\Service\SharedStorageInterface; |
@@ -20,11 +20,13 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param AddressInterface $address |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function specifyShippingAddress(AddressInterface $address); |
25 | 26 | |
26 | 27 | /** |
27 | 28 | * @param AddressInterface $address |
29 | + * @return void |
|
28 | 30 | */ |
29 | 31 | public function specifyBillingAddress(AddressInterface $address); |
30 | 32 |
@@ -19,16 +19,19 @@ |
||
19 | 19 | { |
20 | 20 | /** |
21 | 21 | * @param string $code |
22 | + * @return void |
|
22 | 23 | */ |
23 | 24 | public function specifyCode($code); |
24 | 25 | |
25 | 26 | /** |
26 | 27 | * @param string $name |
28 | + * @return void |
|
27 | 29 | */ |
28 | 30 | public function nameIt($name); |
29 | 31 | |
30 | 32 | /** |
31 | 33 | * @param string $description |
34 | + * @return void |
|
32 | 35 | */ |
33 | 36 | public function specifyDescription($description); |
34 | 37 | } |