Skip to content

Commit 2c62d4a

Browse files
committed
Code format according to symfony code style
php-cs-fixer fix src
1 parent f08d76d commit 2c62d4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DataFixtures/OccupationFixtures.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public function load(ObjectManager $manager)
3434
"Unemployed",
3535
];
3636

37-
foreach ($list as $item)
38-
{
37+
foreach ($list as $item) {
3938
$occupation = new Occupation();
4039
$occupation->setOccupation($item);
4140
$manager->persist($occupation);

0 commit comments

Comments
 (0)