Skip to content

Commit

Permalink
Merge pull request #123 from chives/2.1
Browse files Browse the repository at this point in the history
Added phpstan compatibility annotations
  • Loading branch information
szymach authored Aug 9, 2021
2 parents 230c908 + d76c0a8 commit 17d98af
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
use FSi\DoctrineExtensions\Translatable\Query\QueryBuilder;
use FSi\DoctrineExtensions\Translatable\TranslatableListener;

/**
* @template T of object
* @template-extends EntityRepository<T>
*/
class TranslatableRepository extends EntityRepository implements TranslatableRepositoryInterface
{
/**
Expand Down

0 comments on commit 17d98af

Please sign in to comment.