mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Apply coding standard fixes
This commit is contained in:
parent
5906f65842
commit
65f4863e0f
8 changed files with 0 additions and 9 deletions
|
|
@ -22,7 +22,6 @@ use Sylius\Component\Product\Model\ProductAssociationTypeInterface;
|
|||
use Sylius\Component\Product\Model\ProductAssociationTypeTranslationInterface;
|
||||
use Sylius\Component\Product\Repository\ProductAssociationTypeRepositoryInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Model\TranslationInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
final class ProductAssociationContext implements Context
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ use Sylius\Component\Product\Model\ProductOptionValueInterface;
|
|||
use Sylius\Component\Product\Model\ProductVariantTranslationInterface;
|
||||
use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Model\TranslationInterface;
|
||||
use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
|
||||
use Sylius\Component\Taxation\Model\TaxCategoryInterface;
|
||||
use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ use Sylius\Component\Core\Model\ImageInterface;
|
|||
use Sylius\Component\Core\Model\TaxonInterface;
|
||||
use Sylius\Component\Core\Uploader\ImageUploaderInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Model\TranslationInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Sylius\Component\Taxonomy\Generator\TaxonSlugGeneratorInterface;
|
||||
use Sylius\Component\Taxonomy\Model\TaxonTranslationInterface;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface;
|
|||
use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
|
||||
use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
|
||||
use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
|
||||
use Sylius\Behat\Page\SymfonyPageInterface;
|
||||
use Sylius\Behat\Service\NotificationCheckerInterface;
|
||||
use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
||||
use Sylius\Behat\Service\SharedStorageInterface;
|
||||
|
|
@ -144,7 +143,6 @@ final class ManagingProductsContext implements Context
|
|||
*/
|
||||
public function iSpecifyItsCodeAs($code = null)
|
||||
{
|
||||
|
||||
$currentPage = $this->resolveCurrentPage();
|
||||
|
||||
$currentPage->specifyCode($code);
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Behat\Page\Admin\Taxon\CreateForParentPageInterface;
|
||||
use Sylius\Behat\Page\Admin\Taxon\CreatePageInterface;
|
||||
use Sylius\Behat\Page\Admin\Taxon\UpdatePageInterface;
|
||||
use Sylius\Behat\Page\SymfonyPageInterface;
|
||||
use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
||||
use Sylius\Behat\Service\SharedStorageInterface;
|
||||
use Sylius\Component\Core\Model\TaxonInterface;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ namespace Sylius\Behat\Context\Ui\Shop;
|
|||
|
||||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Behat\NotificationType;
|
||||
use Sylius\Behat\Page\PageInterface;
|
||||
use Sylius\Behat\Page\Shop\Account\ChangePasswordPageInterface;
|
||||
use Sylius\Behat\Page\Shop\Account\DashboardPageInterface;
|
||||
use Sylius\Behat\Page\Shop\Account\LoginPageInterface;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ namespace Sylius\Behat\Context\Ui\Shop;
|
|||
|
||||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Behat\NotificationType;
|
||||
use Sylius\Behat\Page\PageInterface;
|
||||
use Sylius\Behat\Page\Shop\Contact\ContactPageInterface;
|
||||
use Sylius\Behat\Service\NotificationCheckerInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ interface UpdatePageInterface extends BaseUpdatePageInterface
|
|||
*/
|
||||
public function specifyPrice($price);
|
||||
|
||||
|
||||
public function disableTracking();
|
||||
|
||||
public function enableTracking();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue