Skip to content

Commit

Permalink
Updated Rector to commit 6d0abe7b49908c66940c7b4065cd28f0d66fbf45
Browse files Browse the repository at this point in the history
rectorphp/rector-src@6d0abe7 [Autoload] Remove src/core_namespace_aliases.php (#5476)
  • Loading branch information
TomasVotruba committed Jan 17, 2024
1 parent 7b5aa03 commit bfa3672
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 150 deletions.
1 change: 0 additions & 1 deletion bin/rector.php
Expand Up @@ -105,7 +105,6 @@ public function loadIfExistsAndNotLoadedYet(string $filePath) : void
$autoloadIncluder->autoloadProjectAutoloaderFile();
$autoloadIncluder->autoloadRectorInstalledAsGlobalDependency();
$autoloadIncluder->autoloadFromCommandLine();
$autoloadIncluder->loadIfExistsAndNotLoadedYet(__DIR__ . '/../src/core_namespace_aliases.php');
$rectorConfigsResolver = new RectorConfigsResolver();
try {
$bootstrapConfigs = $rectorConfigsResolver->provide();
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'fb6241fb6725b19f348fd05bc3430828c07196eb';
public const PACKAGE_VERSION = '6d0abe7b49908c66940c7b4065cd28f0d66fbf45';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-17 11:24:27';
public const RELEASE_DATE = '2024-01-17 18:36:23';
/**
* @var int
*/
Expand Down
3 changes: 0 additions & 3 deletions src/Testing/PHPUnit/AbstractRectorTestCase.php
Expand Up @@ -168,9 +168,6 @@ private function includePreloadFilesAndScoperAutoload() : void
if (\file_exists(__DIR__ . '/../../../vendor/scoper-autoload.php')) {
require_once __DIR__ . '/../../../vendor/scoper-autoload.php';
}
if (\file_exists(__DIR__ . '/../../core_namespace_aliases.php')) {
require_once __DIR__ . '/../../core_namespace_aliases.php';
}
}
private function doTestFileMatchesExpectedContent(string $originalFilePath, string $expectedFileContents, string $fixtureFilePath) : void
{
Expand Down
144 changes: 0 additions & 144 deletions src/core_namespace_aliases.php

This file was deleted.

0 comments on commit bfa3672

Please sign in to comment.