Skip to content

Commit

Permalink
remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Oct 16, 2024
1 parent 203639b commit d9ee208
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Configuration/RectorConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Rector\Config\RectorConfig;
use Rector\Config\RegisteredService;
use Rector\Configuration\Levels\LevelRulesResolver;
use Rector\Configuration\Parameter\SimpleParameterProvider;
use Rector\Console\Notifier;
use Rector\Contract\Rector\ConfigurableRectorInterface;
use Rector\Contract\Rector\RectorInterface;
Expand All @@ -31,7 +30,6 @@
use Rector\Symfony\Set\SensiolabsSetList;
use Rector\Symfony\Set\SymfonySetList;
use Rector\ValueObject\PhpVersion;
use Rector\ValueObject\PhpVersionFeature;
use Symfony\Component\Finder\Finder;
use Webmozart\Assert\Assert;

Expand Down Expand Up @@ -118,11 +116,6 @@ final class RectorConfigBuilder
*/
private array $phpstanConfigs = [];

/**
* @var null|PhpVersion::*
*/
private ?int $phpVersion = null;

private ?string $symfonyContainerXmlFile = null;

private ?string $symfonyContainerPhpFile = null;
Expand Down

0 comments on commit d9ee208

Please sign in to comment.