dep: package update
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ class QuestionHelper extends Helper
|
||||
{
|
||||
$messages = [];
|
||||
|
||||
$maxWidth = max(array_map('self::width', array_keys($choices = $question->getChoices())));
|
||||
$maxWidth = max(array_map([__CLASS__, 'width'], array_keys($choices = $question->getChoices())));
|
||||
|
||||
foreach ($choices as $key => $value) {
|
||||
$padding = str_repeat(' ', $maxWidth - self::width($key));
|
||||
|
||||
Reference in New Issue
Block a user