Skip to content

Commit bfa3672

Browse files
committed
Updated Rector to commit 6d0abe7b49908c66940c7b4065cd28f0d66fbf45
rectorphp/rector-src@6d0abe7 [Autoload] Remove src/core_namespace_aliases.php (#5476)
1 parent 7b5aa03 commit bfa3672

File tree

4 files changed

+2
-150
lines changed

4 files changed

+2
-150
lines changed

bin/rector.php

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public function loadIfExistsAndNotLoadedYet(string $filePath) : void
105105
$autoloadIncluder->autoloadProjectAutoloaderFile();
106106
$autoloadIncluder->autoloadRectorInstalledAsGlobalDependency();
107107
$autoloadIncluder->autoloadFromCommandLine();
108-
$autoloadIncluder->loadIfExistsAndNotLoadedYet(__DIR__ . '/../src/core_namespace_aliases.php');
109108
$rectorConfigsResolver = new RectorConfigsResolver();
110109
try {
111110
$bootstrapConfigs = $rectorConfigsResolver->provide();

src/Application/VersionResolver.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = 'fb6241fb6725b19f348fd05bc3430828c07196eb';
22+
public const PACKAGE_VERSION = '6d0abe7b49908c66940c7b4065cd28f0d66fbf45';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2024-01-17 11:24:27';
27+
public const RELEASE_DATE = '2024-01-17 18:36:23';
2828
/**
2929
* @var int
3030
*/

src/Testing/PHPUnit/AbstractRectorTestCase.php

-3
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ private function includePreloadFilesAndScoperAutoload() : void
168168
if (\file_exists(__DIR__ . '/../../../vendor/scoper-autoload.php')) {
169169
require_once __DIR__ . '/../../../vendor/scoper-autoload.php';
170170
}
171-
if (\file_exists(__DIR__ . '/../../core_namespace_aliases.php')) {
172-
require_once __DIR__ . '/../../core_namespace_aliases.php';
173-
}
174171
}
175172
private function doTestFileMatchesExpectedContent(string $originalFilePath, string $expectedFileContents, string $fixtureFilePath) : void
176173
{

src/core_namespace_aliases.php

-144
This file was deleted.

0 commit comments

Comments
 (0)