Skip to content

Commit 1605880

Browse files
committed
Fix code style
1 parent de43221 commit 1605880

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/SchemaFaker/ArrayFaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
use cebe\openapi\spec\Schema;
88
use Faker\Provider\Base;
9+
910
use function array_unique;
1011
use function count;
11-
use function dump;
1212

1313
/**
1414
* @internal

tests/Unit/SchemaFaker/ArrayFakerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
use Vural\OpenAPIFaker\Tests\Unit\UnitTestCase;
1010

1111
use function array_unique;
12-
use function count;
1312
use function mt_srand;
14-
use function random_int;
1513
use function Safe\sort;
1614

1715
use const MT_RAND_PHP;

0 commit comments

Comments
 (0)