Skip to content

Commit

Permalink
[BUGFIX] Cleanup Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 11, 2021
1 parent fe03be4 commit 497ea2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DataTransferObject/PostRepositoryDemand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PostRepositoryDemand
protected $tagsConjunction = Constants::REPOSITORY_CONJUNCTION_AND;

/**
* @var array{field: string, direction: string}
* @var string[]
*/
protected $ordering = [];

Expand Down
7 changes: 7 additions & 0 deletions Classes/Factory/PostRepositoryDemandFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@

class PostRepositoryDemandFactory
{
/**
* @var CategoryRepository;
*/
private $categoryRepository;

/**
* @var TagRepository;
*/
private $tagRepository;

public function __construct(
Expand Down

0 comments on commit 497ea2c

Please sign in to comment.