Skip to content

Commit

Permalink
Updated Rector to commit ca02184
Browse files Browse the repository at this point in the history
rectorphp/rector-src@ca02184 [Scoped] Remove e2e/container-configurator on scoped build (#2463)
  • Loading branch information
TomasVotruba committed Jun 9, 2022
1 parent f188888 commit eab0248
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 51 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e_diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1']
directory:
- 'e2e/attributes'
- 'e2e/container-configurator'

name: End to end test with diff - ${{ matrix.directory }}

Expand Down
7 changes: 0 additions & 7 deletions e2e/container-configurator/composer.json

This file was deleted.

18 changes: 0 additions & 18 deletions e2e/container-configurator/rector.php

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/container-configurator/src/SomeClass.php

This file was deleted.

4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'bdf11c5968b1304f809781f9023dc7a2cf3642ad';
public const PACKAGE_VERSION = 'ca02184695d324e17480a2e4688028c0981792a2';
/**
* @var string
*/
public const RELEASE_DATE = '2022-06-09 12:14:06';
public const RELEASE_DATE = '2022-06-09 13:02:40';
/**
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit972f9cc9d371b6943612c276c0ae560a::getLoader();
return ComposerAutoloaderInit6a792b846a77137c123e5134b353c2e0::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit972f9cc9d371b6943612c276c0ae560a
class ComposerAutoloaderInit6a792b846a77137c123e5134b353c2e0
{
private static $loader;

Expand All @@ -22,19 +22,19 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit972f9cc9d371b6943612c276c0ae560a', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit6a792b846a77137c123e5134b353c2e0', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit972f9cc9d371b6943612c276c0ae560a', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit6a792b846a77137c123e5134b353c2e0', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit972f9cc9d371b6943612c276c0ae560a::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit6a792b846a77137c123e5134b353c2e0::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$includeFiles = \Composer\Autoload\ComposerStaticInit972f9cc9d371b6943612c276c0ae560a::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit6a792b846a77137c123e5134b353c2e0::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire972f9cc9d371b6943612c276c0ae560a($fileIdentifier, $file);
composerRequire6a792b846a77137c123e5134b353c2e0($fileIdentifier, $file);
}

return $loader;
Expand All @@ -46,7 +46,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire972f9cc9d371b6943612c276c0ae560a($fileIdentifier, $file)
function composerRequire6a792b846a77137c123e5134b353c2e0($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit972f9cc9d371b6943612c276c0ae560a
class ComposerStaticInit6a792b846a77137c123e5134b353c2e0
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
Expand Down Expand Up @@ -3390,9 +3390,9 @@ class ComposerStaticInit972f9cc9d371b6943612c276c0ae560a
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit972f9cc9d371b6943612c276c0ae560a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit972f9cc9d371b6943612c276c0ae560a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit972f9cc9d371b6943612c276c0ae560a::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit6a792b846a77137c123e5134b353c2e0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit6a792b846a77137c123e5134b353c2e0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit6a792b846a77137c123e5134b353c2e0::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit eab0248

Please sign in to comment.