Skip to content

Commit 73c31fb

Browse files
HendrikNgithub-actions[bot]
authored andcommitted
styling: fix styling
1 parent 603ca4f commit 73c31fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Repository.php

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

1414
/**
1515
* @template TItem of \Swis\JsonApi\Client\Interfaces\ItemInterface
16+
*
1617
* @implements RepositoryInterface<TItem>
1718
*/
1819
class Repository extends BaseRepository implements RepositoryInterface

types/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
$save = $repository->save(new ItemStub);
2626
assertType('Swis\JsonApi\Client\Interfaces\ItemDocumentInterface<Swis\JsonApi\Client\Tests\Mocks\ItemStub>', $save);
27-
assertType('Swis\JsonApi\Client\Tests\Mocks\ItemStub', $save->getData());
27+
assertType('Swis\JsonApi\Client\Tests\Mocks\ItemStub', $save->getData());

0 commit comments

Comments
 (0)