mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 00:53:48 +00:00
apply rules rector
This commit is contained in:
@@ -168,7 +168,7 @@ class LoadReports extends AbstractFixture implements ContainerAwareInterface, Or
|
||||
*
|
||||
* @return string|string[]
|
||||
*/
|
||||
private function getRandomChoice(CustomField $field)
|
||||
private function getRandomChoice(CustomField $field): string|array
|
||||
{
|
||||
$choices = $field->getOptions()['choices'];
|
||||
$multiple = $field->getOptions()['multiple'];
|
||||
|
Reference in New Issue
Block a user