We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0250a3 commit 883f5bbCopy full SHA for 883f5bb
Extension/Core/ChoiceList/ChoiceList.php
@@ -495,14 +495,14 @@ protected function fixChoice($choice)
495
}
496
497
/**
498
- * Fixes the data type of the given choices to avoid comparison problems.
499
- *
500
- * @param array $choices The choices.
501
502
- * @return array The fixed choices.
503
504
- * @see fixChoice
505
- */
+ * Fixes the data type of the given choices to avoid comparison problems.
+ *
+ * @param array $choices The choices.
+ * @return array The fixed choices.
+ * @see fixChoice
+ */
506
protected function fixChoices(array $choices)
507
{
508
return $choices;
0 commit comments