Skip to content

Commit 978cb6b

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Run 'tools/php-cs-fixer fix
1 parent e4f6230 commit 978cb6b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Framework/Constraint/IsJson.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace PHPUnit\Framework\Constraint;
1111

1212
use function json_decode;
13-
1413
use function json_last_error;
1514
use function sprintf;
1615
use SebastianBergmann\RecursionContext\InvalidArgumentException;

tests/unit/Util/TestClassTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ public function testWithVariousIterableDataProvidersFromParent(): void
978978
['P'],
979979
['Q'],
980980
['R'],
981-
982981
], $dataSets);
983982
}
984983

@@ -996,7 +995,6 @@ public function testWithVariousIterableDataProvidersInParent(): void
996995
['P'],
997996
['Q'],
998997
['R'],
999-
1000998
], $dataSets);
1001999
}
10021000

@@ -1014,7 +1012,6 @@ public function testWithVariousIterableAbstractDataProviders(): void
10141012
['Y'],
10151013
['Z'],
10161014
['P'],
1017-
10181015
], $dataSets);
10191016
}
10201017

@@ -1377,7 +1374,6 @@ public function getLinesToBeCoveredProvider(): array
13771374
[
13781375
TEST_FILES_PATH . 'CoveredClass.php' => range(35, 39),
13791376
],
1380-
13811377
],
13821378
[
13831379
CoveragePublicTest::class,

0 commit comments

Comments
 (0)