Updated Rector to commit e12c73eb339a847bcd717025abf5bc43f1cd0e4c

e12c73eb33 [psr-4] Move tests to main namespace, as part of /src and /packages merge - step 2 (#5407)
This commit is contained in:
Tomas Votruba 2024-01-01 00:20:45 +00:00
parent 4bfd1e7acf
commit 7ba32aac1f
1015 changed files with 3360 additions and 3354 deletions

View File

@ -2,10 +2,10 @@
// this is part of downgrade build
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202312\Nette\Utils\Json;
use RectorPrefix202401\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\Json;
require __DIR__ . '/../vendor/autoload.php';
$composerJsonFileContents = FileSystem::read(__DIR__ . '/../composer.json');
$composerJson = Json::decode($composerJsonFileContents, Json::FORCE_ARRAY);

View File

@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
namespace RectorPrefix202312;
namespace RectorPrefix202401;
require_once __DIR__ . '/rector.php';

View File

@ -1,9 +1,9 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use RectorPrefix202312\Nette\Utils\Json;
use RectorPrefix202401\Nette\Utils\Json;
use Rector\ChangesReporting\Output\JsonOutputFormatter;
use Rector\Core\Bootstrap\RectorConfigsResolver;
use Rector\Core\Configuration\Option;
@ -11,9 +11,9 @@ use Rector\Core\Console\Style\SymfonyStyleFactory;
use Rector\Core\DependencyInjection\LazyContainerFactory;
use Rector\Core\DependencyInjection\RectorContainerFactory;
use Rector\Core\Util\Reflection\PrivatesAccessor;
use RectorPrefix202312\Symfony\Component\Console\Application;
use RectorPrefix202312\Symfony\Component\Console\Command\Command;
use RectorPrefix202312\Symfony\Component\Console\Input\ArgvInput;
use RectorPrefix202401\Symfony\Component\Console\Application;
use RectorPrefix202401\Symfony\Component\Console\Command\Command;
use RectorPrefix202401\Symfony\Component\Console\Input\ArgvInput;
// @ intentionally: continue anyway
@\ini_set('memory_limit', '-1');
// Performance boost

View File

@ -1,9 +1,9 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use RectorPrefix202312\OndraM\CiDetector\CiDetector;
use RectorPrefix202401\OndraM\CiDetector\CiDetector;
use Rector\Caching\ValueObject\Storage\MemoryCacheStorage;
use Rector\Config\RectorConfig;
use Rector\Core\Bootstrap\ExtensionConfigResolver;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
use Rector\CodeQuality\Rector\Assign\CombinedAssignRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector;
use Rector\CodingStyle\Rector\Assign\SplitDoubleAssignRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\CodeQuality\Rector\FunctionLike\SimplifyUselessVariableRector;
use Rector\Config\RectorConfig;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Renaming\Rector\MethodCall\RenameMethodRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\CodeQuality\Rector\FuncCall\InlineIsAInstanceOfRector;
use Rector\CodeQuality\Rector\Identical\FlipTypeControlToUseExclusiveTypeRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Naming\Rector\Assign\RenameVariableToMatchMethodCallReturnTypeRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php52\Rector\Property\VarToPublicPropertyRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php53\Rector\FuncCall\DirNameFileConstantToDirConstantRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php54\Rector\Array_\LongArrayToShortArrayRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php55\Rector\Class_\ClassConstantToSelfClassRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php56\Rector\FuncCall\PowToExpRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php70\Rector\Assign\ListSplitStringRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php71\Rector\Assign\AssignArrayToStringRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php72\Rector\Assign\ListEachRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php52\Rector\Switch_\ContinueToBreakInSwitchRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php74\Rector\ArrayDimFetch\CurlyToSquareBracketArrayStringRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Arguments\Rector\ClassMethod\ArgumentAdderRector;
use Rector\Arguments\Rector\FuncCall\FunctionArgumentDefaultValueReplacerRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php82\Rector\Class_\ReadOnlyClassRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Php83\Rector\ClassConst\AddTypeToConstRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\Strict\Rector\BooleanNot\BooleanInBooleanNotRuleFixerRector;

View File

@ -1,7 +1,7 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202312;
namespace RectorPrefix202401;
use Rector\Config\RectorConfig;
use Rector\TypeDeclaration\Rector\ArrowFunction\AddArrowFunctionReturnTypeRector;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\PhpDocManipulator;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use Rector\BetterPhpDocParser\PhpDoc\ArrayItemNode;
use Rector\BetterPhpDocParser\PhpDoc\DoctrineAnnotationTagValueNode;

View File

@ -10,7 +10,7 @@ use Rector\BetterPhpDocParser\ValueObject\Parser\BetterTokenIterator;
use Rector\PhpDocParser\PhpDocParser\PhpDocNodeTraverser;
use Rector\PhpDocParser\PhpDocParser\PhpDocNodeVisitor\CloningPhpDocNodeVisitor;
use Rector\PhpDocParser\PhpDocParser\PhpDocNodeVisitor\ParentConnectingPhpDocNodeVisitor;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @see \Rector\Tests\BetterPhpDocParser\PhpDocNodeMapperTest
*/

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\PhpDocParser;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PHPStan\PhpDocParser\Ast\PhpDoc\GenericTagValueNode;
use PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocChildNode;
@ -21,7 +21,7 @@ use Rector\BetterPhpDocParser\ValueObject\DoctrineAnnotation\SilentKeyMap;
use Rector\BetterPhpDocParser\ValueObject\PhpDocAttributeKey;
use Rector\BetterPhpDocParser\ValueObject\StartAndEnd;
use Rector\Core\Util\StringUtils;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
final class DoctrineAnnotationDecorator implements PhpDocNodeDecoratorInterface
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\Printer;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
final class DocBlockInliner
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\Printer;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Comment;
use PhpParser\Node\Stmt\InlineHTML;
use PHPStan\PhpDocParser\Ast\PhpDoc\ParamTagValueNode;

View File

@ -5,7 +5,7 @@ namespace Rector\BetterPhpDocParser\ValueObject\PhpDoc\DoctrineAnnotation;
use Rector\BetterPhpDocParser\PhpDoc\ArrayItemNode;
use Stringable;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
final class CurlyListNode extends \Rector\BetterPhpDocParser\ValueObject\PhpDoc\DoctrineAnnotation\AbstractValuesAwareNode
{
/**

View File

@ -7,7 +7,7 @@ use Rector\Caching\ValueObject\Storage\FileCacheStorage;
use Rector\Caching\ValueObject\Storage\MemoryCacheStorage;
use Rector\Core\Configuration\Option;
use Rector\Core\Configuration\Parameter\SimpleParameterProvider;
use RectorPrefix202312\Symfony\Component\Filesystem\Filesystem;
use RectorPrefix202401\Symfony\Component\Filesystem\Filesystem;
final class CacheFactory
{
/**

View File

@ -4,8 +4,8 @@ declare (strict_types=1);
namespace Rector\Caching\ValueObject\Storage;
use FilesystemIterator;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202312\Nette\Utils\Random;
use RectorPrefix202401\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\Random;
use Rector\Caching\Contract\ValueObject\Storage\CacheStorageInterface;
use Rector\Caching\ValueObject\CacheFilePaths;
use Rector\Caching\ValueObject\CacheItem;
@ -26,7 +26,7 @@ final class FileCacheStorage implements CacheStorageInterface
* @var \Symfony\Component\Filesystem\Filesystem
*/
private $filesystem;
public function __construct(string $directory, \RectorPrefix202312\Symfony\Component\Filesystem\Filesystem $filesystem)
public function __construct(string $directory, \RectorPrefix202401\Symfony\Component\Filesystem\Filesystem $filesystem)
{
$this->directory = $directory;
$this->filesystem = $filesystem;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\ChangesReporting\Annotation;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use Rector\Core\Contract\Rector\RectorInterface;
use ReflectionClass;
/**

View File

@ -3,14 +3,14 @@
declare (strict_types=1);
namespace Rector\ChangesReporting\Output;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use Rector\ChangesReporting\Annotation\RectorsChangelogResolver;
use Rector\ChangesReporting\Contract\Output\OutputFormatterInterface;
use Rector\Core\ValueObject\Configuration;
use Rector\Core\ValueObject\Error\SystemError;
use Rector\Core\ValueObject\ProcessResult;
use Rector\Core\ValueObject\Reporting\FileDiff;
use RectorPrefix202312\Symfony\Component\Console\Style\SymfonyStyle;
use RectorPrefix202401\Symfony\Component\Console\Style\SymfonyStyle;
final class ConsoleOutputFormatter implements OutputFormatterInterface
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\ChangesReporting\Output;
use RectorPrefix202312\Nette\Utils\Json;
use RectorPrefix202401\Nette\Utils\Json;
use Rector\ChangesReporting\Annotation\RectorsChangelogResolver;
use Rector\ChangesReporting\Contract\Output\OutputFormatterInterface;
use Rector\Core\ValueObject\Configuration;

View File

@ -4,8 +4,8 @@ declare (strict_types=1);
namespace Rector\ChangesReporting\ValueObject;
use Rector\Core\Contract\Rector\RectorInterface;
use RectorPrefix202312\Symplify\EasyParallel\Contract\SerializableInterface;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Symplify\EasyParallel\Contract\SerializableInterface;
use RectorPrefix202401\Webmozart\Assert\Assert;
final class RectorWithLineChange implements SerializableInterface
{
/**
@ -48,7 +48,7 @@ final class RectorWithLineChange implements SerializableInterface
* @param array<string, mixed> $json
* @return $this
*/
public static function decode(array $json) : \RectorPrefix202312\Symplify\EasyParallel\Contract\SerializableInterface
public static function decode(array $json) : \RectorPrefix202401\Symplify\EasyParallel\Contract\SerializableInterface
{
$rectorClass = $json[self::KEY_RECTOR_CLASS];
Assert::string($rectorClass);

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\Config;
use RectorPrefix202312\Illuminate\Container\Container;
use RectorPrefix202401\Illuminate\Container\Container;
use PHPStan\Collectors\Collector;
use Rector\Caching\Contract\ValueObject\Storage\CacheStorageInterface;
use Rector\Core\Configuration\Option;
@ -17,7 +17,7 @@ use Rector\Core\ValueObject\PhpVersion;
use Rector\Core\ValueObject\PolyfillPackage;
use Rector\Skipper\SkipCriteriaResolver\SkippedClassResolver;
use Rector\Validation\RectorConfigValidator;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @api
*/

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\FileSystemRector\Parser;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\FileSystem;
use PhpParser\Node\Stmt;
use Rector\Core\PhpParser\Parser\RectorParser;
use Rector\Core\Provider\CurrentFileProvider;

View File

@ -15,7 +15,7 @@ use PHPStan\Reflection\ReflectionProvider;
use Rector\Core\Configuration\Option;
use Rector\Core\Configuration\Parameter\SimpleParameterProvider;
use Rector\NodeTypeResolver\Reflection\BetterReflection\SourceLocatorProvider\DynamicSourceLocatorProvider;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* Factory so Symfony app can use services from PHPStan container
*

View File

@ -60,7 +60,7 @@ use Rector\Core\Util\Reflection\PrivatesAccessor;
use Rector\NodeNameResolver\NodeNameResolver;
use Rector\NodeTypeResolver\Node\AttributeKey;
use Rector\NodeTypeResolver\PHPStan\Scope\Contract\NodeVisitor\ScopeResolverNodeVisitorInterface;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @inspired by https://github.com/silverstripe/silverstripe-upgrader/blob/532182b23e854d02e0b27e68ebc394f436de0682/src/UpgradeRule/PHP/Visitor/PHPStanScopeVisitor.php
* - https://github.com/silverstripe/silverstripe-upgrader/pull/57/commits/e5c7cfa166ad940d9d4ff69537d9f7608e992359#diff-5e0807bb3dc03d6a8d8b6ad049abd774

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\NodeTypeResolver\PhpDocNodeVisitor;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node as PhpParserNode;
use PHPStan\PhpDocParser\Ast\Node;
use PHPStan\PhpDocParser\Ast\PhpDoc\TemplateTagValueNode;

View File

@ -11,7 +11,7 @@ use PHPStan\Type\Type;
use Rector\Core\Exception\NotImplementedYetException;
use Rector\PHPStanStaticTypeMapper\Contract\TypeMapperInterface;
use Rector\PHPStanStaticTypeMapper\Enum\TypeKind;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
final class PHPStanStaticTypeMapper
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\PHPStanStaticTypeMapper\TypeMapper;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PHPStan\PhpDocParser\Ast\Type\TypeNode;
use PHPStan\Reflection\ClassReflection;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\PHPStanStaticTypeMapper\TypeMapper;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Name;
use PhpParser\Node\Name\FullyQualified;

View File

@ -34,8 +34,8 @@ use Rector\PHPStanStaticTypeMapper\Enum\TypeKind;
use Rector\PHPStanStaticTypeMapper\PHPStanStaticTypeMapper;
use Rector\PHPStanStaticTypeMapper\TypeAnalyzer\UnionTypeAnalyzer;
use Rector\PHPStanStaticTypeMapper\ValueObject\UnionTypeAnalysis;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202312\Webmozart\Assert\InvalidArgumentException;
use RectorPrefix202401\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\InvalidArgumentException;
/**
* @implements TypeMapperInterface<UnionType>
*/

View File

@ -3,13 +3,13 @@
declare (strict_types=1);
namespace Rector\Parallel\Application;
use RectorPrefix202312\Clue\React\NDJson\Decoder;
use RectorPrefix202312\Clue\React\NDJson\Encoder;
use RectorPrefix202312\Nette\Utils\Random;
use RectorPrefix202401\Clue\React\NDJson\Decoder;
use RectorPrefix202401\Clue\React\NDJson\Encoder;
use RectorPrefix202401\Nette\Utils\Random;
use PHPStan\Collectors\CollectedData;
use RectorPrefix202312\React\EventLoop\StreamSelectLoop;
use RectorPrefix202312\React\Socket\ConnectionInterface;
use RectorPrefix202312\React\Socket\TcpServer;
use RectorPrefix202401\React\EventLoop\StreamSelectLoop;
use RectorPrefix202401\React\Socket\ConnectionInterface;
use RectorPrefix202401\React\Socket\TcpServer;
use Rector\Core\Configuration\Option;
use Rector\Core\Configuration\Parameter\SimpleParameterProvider;
use Rector\Core\Console\Command\ProcessCommand;
@ -19,15 +19,15 @@ use Rector\Core\ValueObject\ProcessResult;
use Rector\Core\ValueObject\Reporting\FileDiff;
use Rector\Parallel\Command\WorkerCommandLineFactory;
use Rector\Parallel\ValueObject\Bridge;
use RectorPrefix202312\Symfony\Component\Console\Command\Command;
use RectorPrefix202312\Symfony\Component\Console\Input\InputInterface;
use RectorPrefix202312\Symplify\EasyParallel\Enum\Action;
use RectorPrefix202312\Symplify\EasyParallel\Enum\Content;
use RectorPrefix202312\Symplify\EasyParallel\Enum\ReactCommand;
use RectorPrefix202312\Symplify\EasyParallel\Enum\ReactEvent;
use RectorPrefix202312\Symplify\EasyParallel\ValueObject\ParallelProcess;
use RectorPrefix202312\Symplify\EasyParallel\ValueObject\ProcessPool;
use RectorPrefix202312\Symplify\EasyParallel\ValueObject\Schedule;
use RectorPrefix202401\Symfony\Component\Console\Command\Command;
use RectorPrefix202401\Symfony\Component\Console\Input\InputInterface;
use RectorPrefix202401\Symplify\EasyParallel\Enum\Action;
use RectorPrefix202401\Symplify\EasyParallel\Enum\Content;
use RectorPrefix202401\Symplify\EasyParallel\Enum\ReactCommand;
use RectorPrefix202401\Symplify\EasyParallel\Enum\ReactEvent;
use RectorPrefix202401\Symplify\EasyParallel\ValueObject\ParallelProcess;
use RectorPrefix202401\Symplify\EasyParallel\ValueObject\ProcessPool;
use RectorPrefix202401\Symplify\EasyParallel\ValueObject\Schedule;
use Throwable;
/**
* Inspired from @see

View File

@ -6,10 +6,10 @@ namespace Rector\Parallel\Command;
use Rector\ChangesReporting\Output\JsonOutputFormatter;
use Rector\Core\Configuration\Option;
use Rector\Core\FileSystem\FilePathHelper;
use RectorPrefix202312\Symfony\Component\Console\Command\Command;
use RectorPrefix202312\Symfony\Component\Console\Input\InputInterface;
use RectorPrefix202312\Symplify\EasyParallel\Exception\ParallelShouldNotHappenException;
use RectorPrefix202312\Symplify\EasyParallel\Reflection\CommandFromReflectionFactory;
use RectorPrefix202401\Symfony\Component\Console\Command\Command;
use RectorPrefix202401\Symfony\Component\Console\Input\InputInterface;
use RectorPrefix202401\Symplify\EasyParallel\Exception\ParallelShouldNotHappenException;
use RectorPrefix202401\Symplify\EasyParallel\Reflection\CommandFromReflectionFactory;
/**
* @see \Rector\Tests\Parallel\Command\WorkerCommandLineFactoryTest
* @todo possibly extract to symplify/easy-parallel

View File

@ -12,7 +12,7 @@ use Rector\BetterPhpDocParser\PhpDoc\StringNode;
use Rector\NodeTypeResolver\Node\AttributeKey;
use Rector\PhpAttribute\Contract\AnnotationToAttributeMapperInterface;
use Rector\PhpAttribute\Enum\DocTagNodeState;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @see \Rector\Tests\PhpAttribute\AnnotationToAttributeMapper\AnnotationToAttributeMapperTest
*/

View File

@ -13,7 +13,7 @@ use Rector\Core\PhpParser\Node\Value\ValueResolver;
use Rector\PhpAttribute\AnnotationToAttributeMapper;
use Rector\PhpAttribute\Contract\AnnotationToAttributeMapperInterface;
use Rector\PhpAttribute\Enum\DocTagNodeState;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @implements AnnotationToAttributeMapperInterface<mixed[]>
*/

View File

@ -14,7 +14,7 @@ use Rector\Core\Validation\RectorAssert;
use Rector\PhpAttribute\AnnotationToAttributeMapper;
use Rector\PhpAttribute\Contract\AnnotationToAttributeMapperInterface;
use Rector\PhpAttribute\Enum\DocTagNodeState;
use RectorPrefix202312\Webmozart\Assert\InvalidArgumentException;
use RectorPrefix202401\Webmozart\Assert\InvalidArgumentException;
/**
* @implements AnnotationToAttributeMapperInterface<ArrayItemNode>
*/

View File

@ -10,7 +10,7 @@ use Rector\BetterPhpDocParser\ValueObject\PhpDoc\DoctrineAnnotation\CurlyListNod
use Rector\PhpAttribute\AnnotationToAttributeMapper;
use Rector\PhpAttribute\Contract\AnnotationToAttributeMapperInterface;
use Rector\PhpAttribute\Enum\DocTagNodeState;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @implements AnnotationToAttributeMapperInterface<CurlyListNode>
*/

View File

@ -11,7 +11,7 @@ use PhpParser\Node\Identifier;
use PhpParser\Node\Scalar\LNumber;
use PhpParser\Node\Scalar\String_;
use Rector\Core\Exception\NotImplementedYetException;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
final class AttributeArrayNameInliner
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\PhpAttribute\NodeFactory;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\BuilderHelpers;
use PhpParser\Node\Arg;
use PhpParser\Node\Expr;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\PhpAttribute\NodeFactory;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node\Arg;
use PhpParser\Node\Attribute;
use PhpParser\Node\AttributeGroup;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\PostRector\Rector;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Identifier;
use PhpParser\Node\Name;

View File

@ -7,7 +7,7 @@ use PhpParser\Node;
use Rector\Core\Contract\Rector\RectorInterface;
use Rector\Core\ProcessAnalyzer\RectifiedAnalyzer;
use Rector\Skipper\Contract\SkipVoterInterface;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @api
* @see \Rector\Tests\Skipper\Skipper\SkipperTest

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\StaticTypeMapper\Mapper;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PHPStan\Type\Accessory\AccessoryNonEmptyStringType;
use PHPStan\Type\ArrayType;
use PHPStan\Type\BooleanType;

View File

@ -9,7 +9,7 @@ use PHPStan\PhpDoc\TypeNodeResolver;
use PHPStan\PhpDocParser\Ast\Type\TypeNode;
use PHPStan\Type\Type;
use Rector\StaticTypeMapper\Contract\PhpDocParser\PhpDocTypeMapperInterface;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @see \Rector\Tests\StaticTypeMapper\PhpDoc\PhpDocTypeMapperTest
*/

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\StaticTypeMapper\PhpDocParser;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PHPStan\Analyser\NameScope;
use PHPStan\PhpDocParser\Ast\Type\IdentifierTypeNode;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\StaticTypeMapper\ValueObject\Type;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node\Name;
use PhpParser\Node\Stmt\Use_;
use PhpParser\Node\Stmt\UseUse;

View File

@ -4,7 +4,7 @@ declare (strict_types=1);
namespace Rector\Testing\Fixture;
use Iterator;
use RectorPrefix202312\Symfony\Component\Finder\Finder;
use RectorPrefix202401\Symfony\Component\Finder\Finder;
final class FixtureFileFinder
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\Testing\Fixture;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\FileSystem;
final class FixtureFileUpdater
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\Testing\Fixture;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\FileSystem;
/**
* @api
*/

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\Testing\Fixture;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\FileSystem;
/**
* @api used in tests
*/

View File

@ -3,10 +3,10 @@
declare (strict_types=1);
namespace Rector\Testing\PHPUnit;
use RectorPrefix202312\Illuminate\Container\RewindableGenerator;
use RectorPrefix202401\Illuminate\Container\RewindableGenerator;
use Iterator;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\Strings;
use PHPStan\Collectors\Collector;
use PHPUnit\Framework\ExpectationFailedException;
use Rector\Core\Application\ApplicationFileProcessor;
@ -29,6 +29,9 @@ use Rector\Testing\Fixture\FixtureFileFinder;
use Rector\Testing\Fixture\FixtureFileUpdater;
use Rector\Testing\Fixture\FixtureSplitter;
use Rector\Testing\PHPUnit\ValueObject\RectorTestResult;
/**
* @api used by public
*/
abstract class AbstractRectorTestCase extends \Rector\Testing\PHPUnit\AbstractLazyTestCase implements RectorTestInterface
{
/**

View File

@ -3,6 +3,9 @@
declare (strict_types=1);
namespace Rector\Testing\PHPUnit;
/**
* @deprecated Use AbstractLazyTestCase instead
*/
abstract class AbstractTestCase extends \Rector\Testing\PHPUnit\AbstractLazyTestCase
{
/**

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\Testing\TestingParser;
use RectorPrefix202312\Nette\Utils\FileSystem;
use RectorPrefix202401\Nette\Utils\FileSystem;
use PhpParser\Node;
use Rector\Core\PhpParser\Parser\RectorParser;
use Rector\Core\Provider\CurrentFileProvider;

View File

@ -29,7 +29,7 @@ use Rector\PHPStanStaticTypeMapper\Enum\TypeKind;
use Rector\StaticTypeMapper\StaticTypeMapper;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @see \Rector\Tests\Arguments\Rector\ClassMethod\ArgumentAdderRector\ArgumentAdderRectorTest
*/

View File

@ -15,7 +15,7 @@ use Rector\Core\Rector\AbstractRector;
use Rector\Core\ValueObject\MethodName;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @api used in rector-symfony
* @see \Rector\Tests\Arguments\Rector\ClassMethod\ReplaceArgumentDefaultValueRector\ReplaceArgumentDefaultValueRectorTest

View File

@ -11,7 +11,7 @@ use Rector\Core\Contract\Rector\ConfigurableRectorInterface;
use Rector\Core\Rector\AbstractRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @changelog https://php.watch/versions/8.1/version_compare-operator-restrictions
* @changelog https://github.com/rectorphp/rector/issues/6271

View File

@ -11,7 +11,7 @@ use Rector\Core\Contract\Rector\ConfigurableRectorInterface;
use Rector\Core\Rector\AbstractRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
use RectorPrefix202312\Webmozart\Assert\Assert;
use RectorPrefix202401\Webmozart\Assert\Assert;
/**
* @see \Rector\Tests\Arguments\Rector\MethodCall\RemoveMethodCallParamRector\RemoveMethodCallParamRectorTest
*/

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodeQuality\Rector\Concat;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Expr\BinaryOp\Concat;
use PhpParser\Node\Scalar\String_;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodeQuality\Rector\FuncCall;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Scalar\String_;
use Rector\Core\Rector\AbstractRector;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodeQuality\Rector\Include_;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Expr\BinaryOp\Concat;
use PhpParser\Node\Expr\Include_;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\Application;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node\Name;
use PhpParser\Node\Stmt;
use PhpParser\Node\Stmt\Declare_;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\ClassNameImport\ClassNameImportSkipVoter;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use Rector\CodingStyle\ClassNameImport\ShortNameResolver;
use Rector\CodingStyle\Contract\ClassNameImport\ClassNameImportSkipVoterInterface;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\ClassNameImport;
use RectorPrefix202312\Nette\Utils\Reflection;
use RectorPrefix202401\Nette\Utils\Reflection;
use PhpParser\Node;
use PhpParser\Node\Identifier;
use PhpParser\Node\Name;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\Naming;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node\Identifier;
use PhpParser\Node\Name;
use PhpParser\Node\Stmt\ClassLike;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\NodeAnalyzer;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node\Identifier;
use PhpParser\Node\Stmt;
use PhpParser\Node\Stmt\GroupUse;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\Rector\Catch_;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Expr\Assign;
use PhpParser\Node\Expr\Closure;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\Rector\Encapsed;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Arg;
use PhpParser\Node\Expr;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\Rector\Stmt;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Identifier;
use PhpParser\Node\Stmt\Namespace_;

View File

@ -3,7 +3,7 @@
declare (strict_types=1);
namespace Rector\CodingStyle\Rector\String_;
use RectorPrefix202312\Nette\Utils\Strings;
use RectorPrefix202401\Nette\Utils\Strings;
use PhpParser\Node;
use PhpParser\Node\Expr\ClassConstFetch;
use PhpParser\Node\Name\FullyQualified;

Some files were not shown because too many files have changed in this diff Show More