File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168
169169 -
170170 name : Upload Behat logs
171- uses : actions/upload-artifact@v3
171+ uses : actions/upload-artifact@v4
172172 if : failure()
173173 with :
174174 name : Behat logs
Original file line number Diff line number Diff line change 1313
1414use BitBag \SyliusShippingExportPlugin \Entity \ShippingGatewayInterface ;
1515use Doctrine \ORM \QueryBuilder ;
16- use Sylius \Component \Resource \Model \ResourceInterface ;
17- use Sylius \Component \Resource \Repository \RepositoryInterface ;
1816use Sylius \Component \Shipping \Model \ShippingMethodInterface ;
17+ use Sylius \Resource \Doctrine \Persistence \RepositoryInterface ;
1918
20- /**
21- * @template T of ResourceInterface
22- * @extends RepositoryInterface<T>
23- */
2419interface ShippingGatewayRepositoryInterface extends RepositoryInterface
2520{
2621 public function createListQueryBuilder (): QueryBuilder ;
You can’t perform that action at this time.
0 commit comments