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

@ -60,9 +60,7 @@ final class LabelGenerator
}
/**
* @param object|object[] $elements An element or an array of elements for which labels should be generated
*
* @return null|string
* @param object|object[] $elements An element or an array of elements for which labels should be generated
*/
public function generateLabel(LabelOptions $options, object|array $elements): string
{