Skip to content

Commit 7cbabfd

Browse files
committed
Fix phpstan error and change upload-artifact to v4
1 parent 7211de0 commit 7cbabfd

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Repository/ShippingGatewayRepositoryInterface.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@
1313

1414
use BitBag\SyliusShippingExportPlugin\Entity\ShippingGatewayInterface;
1515
use Doctrine\ORM\QueryBuilder;
16-
use Sylius\Component\Resource\Model\ResourceInterface;
17-
use Sylius\Component\Resource\Repository\RepositoryInterface;
1816
use Sylius\Component\Shipping\Model\ShippingMethodInterface;
17+
use Sylius\Resource\Doctrine\Persistence\RepositoryInterface;
1918

20-
/**
21-
* @template T of ResourceInterface
22-
* @extends RepositoryInterface<T>
23-
*/
2419
interface ShippingGatewayRepositoryInterface extends RepositoryInterface
2520
{
2621
public function createListQueryBuilder(): QueryBuilder;

0 commit comments

Comments
 (0)