Updated argument PHPdoc to fix PHPstan errors.

This commit is contained in:
Jan Böhmer 2020-04-22 10:54:08 +02:00
parent e51b5c3089
commit a7cfe7b42f
2 changed files with 2 additions and 2 deletions

View file

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