Skip to content

Commit 883f5bb

Browse files
committed
fix phpdoc's alignment
1 parent c0250a3 commit 883f5bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Extension/Core/ChoiceList/ChoiceList.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,14 @@ protected function fixChoice($choice)
495495
}
496496

497497
/**
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-
*/
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+
*/
506506
protected function fixChoices(array $choices)
507507
{
508508
return $choices;

0 commit comments

Comments
 (0)