Skip to content

Commit

Permalink
[BUGFIX] Remove semicolons from annotations (TYPO3GmbH#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikdoerr committed May 18, 2022
1 parent 3a7eb40 commit 74905b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Factory/PostRepositoryDemandFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
class PostRepositoryDemandFactory
{
/**
* @var CategoryRepository;
* @var CategoryRepository
*/
private $categoryRepository;

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

Expand Down

0 comments on commit 74905b3

Please sign in to comment.