Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo3 10.4.20 with Blog 11.0.2: wrong var annotation error #250

Closed
laudaget opened this issue Mar 3, 2022 · 0 comments · Fixed by #253
Closed

Typo3 10.4.20 with Blog 11.0.2: wrong var annotation error #250

laudaget opened this issue Mar 3, 2022 · 0 comments · Fixed by #253

Comments

@laudaget
Copy link

laudaget commented Mar 3, 2022

Due to a wrong var annotation in 'T3G\AgencyPack\Blog\Factory\PostRepositoryDemandFactory' i am getting the following error:

Call to undefined method phpDocumentor\Reflection\DocBlock\Tags\InvalidTag::getType()

Can be fixed if the semicolons in the following var annotations get removed (T3G\AgencyPack\Blog\Factory\PostRepositoryDemandFactory):

/**
 * @var CategoryRepository;
 */
private $categoryRepository;

/**
 * @var TagRepository;
 */
private $tagRepository;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant