mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -197,7 +197,7 @@ class CreateFieldsOnGroupCommand extends Command
|
||||
$em->persist($cf);
|
||||
$output->writeln('<info>Adding Custom Field of type '
|
||||
. $cf->getType() . "\t with slug " . $cf->getSlug() .
|
||||
"\t and names : " . implode($names, ', ') . '</info>');
|
||||
"\t and names : " . implode(', ', $names) . '</info>');
|
||||
} else {
|
||||
throw new RuntimeException('Error in field ' . $slug);
|
||||
}
|
||||
|
Reference in New Issue
Block a user