Skip to content

Commit

Permalink
Updated Rector to commit a844e40a3f84f120866198401f9b3640575f7c06
Browse files Browse the repository at this point in the history
rectorphp/rector-src@a844e40 [Composer] Fix double / on illuminate-container-container-php.patch url on extra:patches config (#5725)
  • Loading branch information
TomasVotruba committed Mar 15, 2024
1 parent c082009 commit d3357ab
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'ff32c0c08a89f27ea34187d00cf707734a7e39c8';
public const PACKAGE_VERSION = 'a844e40a3f84f120866198401f9b3640575f7c06';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-03-15 11:43:37';
public const RELEASE_DATE = '2024-03-15 14:13:28';
/**
* @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 @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54::getLoader();
return ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8::getLoader();
10 changes: 5 additions & 5 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 ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54
class ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8
{
private static $loader;

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

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

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

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

$filesToLoad = \Composer\Autoload\ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$files;
$requireFile = \Closure::bind(static function ($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 ComposerStaticInit2d887a2f87c676eb32b3e04612865e54
class ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -2704,9 +2704,9 @@ class ComposerStaticInit2d887a2f87c676eb32b3e04612865e54
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"dev-master": "10.x-dev"
},
"patches_applied": [
"https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/\/illuminate-container-container-php.patch"
"https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/illuminate-container-container-php.patch"
]
},
"installation-source": "dist",
Expand Down
2 changes: 1 addition & 1 deletion vendor/illuminate/container/PATCHES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ This file was automatically generated by Composer Patches (https://github.com/cw
Patches applied to this directory:

0
Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches//illuminate-container-container-php.patch
Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/illuminate-container-container-php.patch


2 changes: 1 addition & 1 deletion vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function humbug_phpscoper_expose_class($exposed, $prefixed) {
}
}
humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202403\AutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'RectorPrefix202403\ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54');
humbug_phpscoper_expose_class('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'RectorPrefix202403\ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8');
humbug_phpscoper_expose_class('Product', 'RectorPrefix202403\Product');

// Function aliases. For more information see:
Expand Down

0 comments on commit d3357ab

Please sign in to comment.