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