Skip to content

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 14, 2022
1 parent 2c7b345 commit 1763e8c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/RuleSet/AbstractRuleSet.php
Expand Up @@ -119,14 +119,12 @@ abstract class AbstractRuleSet implements RuleSet
'var',
'version',
];

protected string $name = '';

/**
* @var array<string, array|bool>
*/
protected array $rules = [];

protected int $targetPhpVersion = 0;

final public function __construct(?string $header = null)
Expand Down
1 change: 0 additions & 1 deletion test/Double/Config/RuleSet/DummyRuleSet.php
Expand Up @@ -23,7 +23,6 @@ final class DummyRuleSet implements Config\RuleSet
* @var array<string, array|bool>
*/
private array $rules;

private int $phpVersion;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/Unit/RuleSet/AbstractRuleSetTestCase.php
Expand Up @@ -123,11 +123,8 @@ abstract class AbstractRuleSetTestCase extends Framework\TestCase
'var',
'version',
];

protected string $name;

protected array $rules;

protected int $targetPhpVersion;

final public function testDefaults(): void
Expand Down

0 comments on commit 1763e8c

Please sign in to comment.