Array() -> []

This commit is contained in:
Marc Ducobu
2021-05-18 19:21:52 +02:00
parent c5b0d6e2bd
commit d73fd697dd
4 changed files with 68 additions and 68 deletions

View File

@@ -38,20 +38,20 @@ class LoadSocialGoals extends AbstractFixture implements OrderedFixtureInterface
return 10030;
}
public static $socialGoals = array(
'social_goal_instuire_dossier' => array(
'title' => array(
public static $socialGoals = [
'social_goal_instuire_dossier' => [
'title' => [
'fr' => 'Instruire le dossier de surendettement'
),
],
'action' => 'social_action_MASP'
),
'social_goal_proteger' => array(
'title' => array(
],
'social_goal_proteger' => [
'title' => [
'fr' => 'Protéger via une assistance educative placement'
),
],
'action' => 'social_action_protection_enfant'
),
);
],
];
public function load(ObjectManager $manager)
{