mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -44,9 +44,9 @@ class LoadCustomFieldsGroup extends AbstractFixture implements OrderedFixtureInt
|
||||
$this->addReference('cf_group_report_education', $report);
|
||||
|
||||
for ($i = 0; 3 >= $i; ++$i) {
|
||||
$report = $this->createReport($manager, ['fr' => 'ZZ Rapport aléatoire ' . $i]);
|
||||
$report = $this->createReport($manager, ['fr' => 'ZZ Rapport aléatoire '.$i]);
|
||||
|
||||
$this->addReference('cf_group_report_' . $i, $report);
|
||||
$this->addReference('cf_group_report_'.$i, $report);
|
||||
}
|
||||
|
||||
$manager->flush();
|
||||
@@ -62,7 +62,7 @@ class LoadCustomFieldsGroup extends AbstractFixture implements OrderedFixtureInt
|
||||
array $name,
|
||||
array $options = []
|
||||
) {
|
||||
echo $name['fr'] . " \n";
|
||||
echo $name['fr']." \n";
|
||||
|
||||
$cFGroup = (new CustomFieldsGroup())
|
||||
->setName($name)
|
||||
|
Reference in New Issue
Block a user