Skip to content

Commit

Permalink
CS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed May 4, 2021
1 parent 6ed805c commit 73322bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/PhpFileOnlyProxyFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

final class PhpFileOnlyProxyFixer implements ConfigurableFixerInterface, WhitespacesAwareFixerInterface
{
/**
* @var FixerInterface
*/
private FixerInterface $fixer;

public function __construct(FixerInterface $fixer)
Expand Down
3 changes: 0 additions & 3 deletions tests/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
*/
final class ConfigTest extends TestCase
{
/**
* @var null|array
*/
private ?array $setDefinitions;

public function testConfig(): void
Expand Down

0 comments on commit 73322bf

Please sign in to comment.