Fixed PHPstan issues.

This commit is contained in:
Jan Böhmer 2020-04-02 14:15:54 +02:00
parent 56100fb64b
commit 0e57c0a6d5
2 changed files with 4 additions and 4 deletions

View file

@ -101,9 +101,9 @@ class CollectionTypeExtension extends AbstractTypeExtension
/**
* Set the option of the form.
* This a bit hacky cause we access private properties....
* @param $builder
* @param string $option
* @param $value
* @param FormBuilder $builder
* @param string $option
* @param mixed $value
* @throws \ReflectionException
*/
public function setOption(FormBuilder $builder, string $option, $value): void