Skip to content
Snippets Groups Projects
Commit 788e9593 authored by sschreiberten's avatar sschreiberten Committed by Christian Kuhn
Browse files

[TASK] Add better PHPStan annotation for method getRepositoryClassName

Resolves: #103170
Releases: main, 12.4, 11.5
Change-Id: Ic7f63f6c55b832af27e9e30a0711ba042df42aa3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82987


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 9d914dcb
Branches
Tags
No related merge requests found
...@@ -327,7 +327,7 @@ class Repository implements RepositoryInterface, SingletonInterface ...@@ -327,7 +327,7 @@ class Repository implements RepositoryInterface, SingletonInterface
/** /**
* Returns the class name of this class. * Returns the class name of this class.
* *
* @return class-string<RepositoryInterface> Class name of the repository. * @return class-string<static> Class name of the repository.
*/ */
protected function getRepositoryClassName() protected function getRepositoryClassName()
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment