mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -616,12 +616,12 @@ final class ImportPeopleFromCSVCommand extends Command
|
||||
$helper = $this->getHelper('question');
|
||||
$question = new ChoiceQuestion(
|
||||
sprintf(
|
||||
'Which postal code match the '
|
||||
'Which postal code match the '
|
||||
. 'name "%s" with postal code "%s" ? (default to "%s")',
|
||||
$locality,
|
||||
$postalCode,
|
||||
$names[0]
|
||||
),
|
||||
$locality,
|
||||
$postalCode,
|
||||
$names[0]
|
||||
),
|
||||
$names,
|
||||
0
|
||||
);
|
||||
@@ -908,11 +908,11 @@ final class ImportPeopleFromCSVCommand extends Command
|
||||
|
||||
$this->output->writeln(
|
||||
sprintf(
|
||||
'You have selected "%s"',
|
||||
is_array($answers[$matchingTableRowAnswer[$selected]]) ?
|
||||
'You have selected "%s"',
|
||||
is_array($answers[$matchingTableRowAnswer[$selected]]) ?
|
||||
implode(',', $answers[$matchingTableRowAnswer[$selected]]) :
|
||||
$answers[$matchingTableRowAnswer[$selected]]
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
// recording value in cache
|
||||
@@ -933,10 +933,10 @@ final class ImportPeopleFromCSVCommand extends Command
|
||||
|
||||
$this->logger->debug(
|
||||
sprintf(
|
||||
"Found value : %s for custom field with question '%s'",
|
||||
is_array($value) ? implode(',', $value) : $value,
|
||||
$this->helper->localize($cf->getName())
|
||||
)
|
||||
"Found value : %s for custom field with question '%s'",
|
||||
is_array($value) ? implode(',', $value) : $value,
|
||||
$this->helper->localize($cf->getName())
|
||||
)
|
||||
);
|
||||
|
||||
return $value;
|
||||
|
Reference in New Issue
Block a user