We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cde36 commit 409e559Copy full SHA for 409e559
README.md
@@ -488,7 +488,7 @@ This is achieved by using [generics in PHPDoc annotations](https://phpstan.org/b
488
489
```php
490
491
-/** @implements \Swis\JsonApi\Client\Interfaces\RepositoryInterface<BlogItem> */
+/** @extends \Swis\JsonApi\Client\Repository<BlogItem> */
492
class BlogRepository extends \Swis\JsonApi\Client\Repository {...}
493
494
```
0 commit comments