Skip to content

Commit 8f056da

Browse files
committed
Updated Rector to commit 6ef19d6b1b9ac99efbc6cb07cb9313ec16e6cc30
rectorphp/rector-src@6ef19d6 cs
1 parent a5d0027 commit 8f056da

File tree

1,285 files changed

+4345
-4055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,285 files changed

+4345
-4055
lines changed

bin/rector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
namespace RectorPrefix202511;
3+
namespace RectorPrefix202512;
44

55
require_once __DIR__ . '/rector.php';

bin/rector.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

6-
use RectorPrefix202511\Nette\Utils\Json;
6+
use RectorPrefix202512\Nette\Utils\Json;
77
use Rector\Bootstrap\RectorConfigsResolver;
88
use Rector\ChangesReporting\Output\JsonOutputFormatter;
99
use Rector\Configuration\Option;
1010
use Rector\Console\Style\SymfonyStyleFactory;
1111
use Rector\DependencyInjection\LazyContainerFactory;
1212
use Rector\DependencyInjection\RectorContainerFactory;
1313
use Rector\Util\Reflection\PrivatesAccessor;
14-
use RectorPrefix202511\Symfony\Component\Console\Application;
15-
use RectorPrefix202511\Symfony\Component\Console\Command\Command;
16-
use RectorPrefix202511\Symfony\Component\Console\Input\ArgvInput;
14+
use RectorPrefix202512\Symfony\Component\Console\Application;
15+
use RectorPrefix202512\Symfony\Component\Console\Command\Command;
16+
use RectorPrefix202512\Symfony\Component\Console\Input\ArgvInput;
1717
// @ intentionally: continue anyway
1818
@\ini_set('memory_limit', '-1');
1919
// Performance boost
@@ -93,7 +93,7 @@ public function loadIfExistsAndNotLoadedYet(string $filePath): void
9393
require_once $filePath;
9494
}
9595
}
96-
\class_alias('RectorPrefix202511\AutoloadIncluder', 'AutoloadIncluder', \false);
96+
\class_alias('RectorPrefix202512\AutoloadIncluder', 'AutoloadIncluder', \false);
9797
if (\file_exists(__DIR__ . '/../preload.php') && \is_dir(__DIR__ . '/../vendor')) {
9898
require_once __DIR__ . '/../preload.php';
9999
}

config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

6-
use RectorPrefix202511\OndraM\CiDetector\CiDetector;
6+
use RectorPrefix202512\OndraM\CiDetector\CiDetector;
77
use Rector\Bootstrap\ExtensionConfigResolver;
88
use Rector\Caching\ValueObject\Storage\MemoryCacheStorage;
99
use Rector\Config\RectorConfig;

config/set/assert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Assert\Rector\ClassMethod\AddAssertArrayFromClassMethodDocblockRector;
77
use Rector\Config\RectorConfig;

config/set/behat-annotations-to-attributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Config\RectorConfig;
77
use Rector\Php80\Rector\Class_\AnnotationToAttributeRector;

config/set/code-quality.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Config\Level\CodeQualityLevel;
77
use Rector\Config\RectorConfig;

config/set/coding-style.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Config\Level\CodingStyleLevel;
77
use Rector\Config\RectorConfig;

config/set/datetime-to-carbon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Carbon\Rector\FuncCall\DateFuncCallToCarbonRector;
77
use Rector\Carbon\Rector\FuncCall\TimeFuncCallToCarbonRector;

config/set/dead-code.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Config\Level\DeadCodeLevel;
77
use Rector\Config\RectorConfig;

config/set/early-return.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare (strict_types=1);
4-
namespace RectorPrefix202511;
4+
namespace RectorPrefix202512;
55

66
use Rector\Config\RectorConfig;
77
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;

0 commit comments

Comments
 (0)