Skip to content

Commit 409e559

Browse files
author
Hendrik Nijmeijer
committed
Update readme with extending the Repository directly
1 parent 46cde36 commit 409e559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ This is achieved by using [generics in PHPDoc annotations](https://phpstan.org/b
488488

489489
```php
490490

491-
/** @implements \Swis\JsonApi\Client\Interfaces\RepositoryInterface<BlogItem> */
491+
/** @extends \Swis\JsonApi\Client\Repository<BlogItem> */
492492
class BlogRepository extends \Swis\JsonApi\Client\Repository {...}
493493

494494
```

0 commit comments

Comments
 (0)