Skip to content

Commit 73322bf

Browse files
committed
CS Fix
1 parent 6ed805c commit 73322bf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/PhpFileOnlyProxyFixer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
final class PhpFileOnlyProxyFixer implements ConfigurableFixerInterface, WhitespacesAwareFixerInterface
1818
{
19-
/**
20-
* @var FixerInterface
21-
*/
2219
private FixerInterface $fixer;
2320

2421
public function __construct(FixerInterface $fixer)

tests/ConfigTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
*/
2020
final class ConfigTest extends TestCase
2121
{
22-
/**
23-
* @var null|array
24-
*/
2522
private ?array $setDefinitions;
2623

2724
public function testConfig(): void

0 commit comments

Comments
 (0)