Skip to content

Commit 930e2ed

Browse files
Fix codestyle
1 parent c808804 commit 930e2ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webapp/src/DataFixtures/Test/NonSortOrderTeamCategoryFixture.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
namespace App\DataFixtures\Test;
44

5-
use App\Entity\Problem;
65
use App\Entity\TeamCategory;
76
use Doctrine\Persistence\ObjectManager;
87

0 commit comments

Comments
 (0)