Fixed some errors introduced by earlier typings

This commit is contained in:
Jan Böhmer 2023-06-18 16:01:28 +02:00
parent b7c8ca2a48
commit cbdf0a9392
6 changed files with 6 additions and 18 deletions

View file

@ -43,7 +43,7 @@ class StructuralElementFromNameDenormalizer implements DenormalizerInterface
}
/**
* @template T
* @template T of AbstractStructuralDBElement
* @phpstan-param class-string<T> $type
* @phpstan-return T|null
*/