Skip to content

Commit

Permalink
fix of the packages after split (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored Feb 16, 2024
2 parents 6098bab + ad51708 commit da8234b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Model/Resolver/Image/AdvertImagesQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AdvertImagesQuery extends ImagesQuery
protected const ENTITY_NAME = 'noticer';

/**
* @param \App\Model\Advert\Advert $advert
* @param \Shopsys\FrameworkBundle\Model\Advert\Advert $advert
* @param string|null $type
* @return \GraphQL\Executor\Promise\Promise
*/
Expand All @@ -29,7 +29,7 @@ public function imagesByAdvertPromiseQuery(Advert $advert, ?string $type): Promi
}

/**
* @param \App\Model\Advert\Advert $advert
* @param \Shopsys\FrameworkBundle\Model\Advert\Advert $advert
* @param string|null $type
* @return \GraphQL\Executor\Promise\Promise
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Resolver/Image/ProductImagesQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ProductImagesQuery extends ImagesQuery
protected const PRODUCT_ENTITY_NAME = 'product';

/**
* @param \App\Model\Product\Product|array $data
* @param \Shopsys\FrameworkBundle\Model\Product\Product|array $data
* @param string|null $type
* @return \GraphQL\Executor\Promise\Promise
*/
Expand All @@ -25,7 +25,7 @@ public function imagesByProductPromiseQuery($data, ?string $type): Promise
}

/**
* @param \App\Model\Product\Product|array $data
* @param \Shopsys\FrameworkBundle\Model\Product\Product|array $data
* @param string|null $type
* @return \GraphQL\Executor\Promise\Promise
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Resolver/Price/PriceQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function priceByProductQuery($data): ProductPrice
}

/**
* @param \App\Model\Payment\Payment $payment
* @param \Shopsys\FrameworkBundle\Model\Payment\Payment $payment
* @param string|null $cartUuid
* @param \ArrayObject|null $context
* @return \Shopsys\FrameworkBundle\Model\Pricing\Price
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getSeoMetaDescription(Product $product): ?string
}

/**
* @param \App\Model\Product\Product $product
* @param \Shopsys\FrameworkBundle\Model\Product\Product $product
* @return int
*/
public function getOrderingPriority(Product $product): int
Expand Down

0 comments on commit da8234b

Please sign in to comment.