Skip to content

Commit

Permalink
Updated Rector to commit aafb99246d40b436486c90eaad7e45f21a823075
Browse files Browse the repository at this point in the history
rectorphp/rector-src@aafb992 skip automated and core from generate changelog
  • Loading branch information
TomasVotruba committed Jan 8, 2023
1 parent 3f15e3a commit 71448aa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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 = '0.15.3';
public const PACKAGE_VERSION = 'aafb99246d40b436486c90eaad7e45f21a823075';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-01-08 17:09:26';
public const RELEASE_DATE = '2023-01-08 17:19:20';
/**
* @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 ComposerAutoloaderInita635b5f1f21e7f757b12ff16f349b69c::getLoader();
return ComposerAutoloaderInitdb6a9b7d3726e15231c235ed7e15c665::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 ComposerAutoloaderInita635b5f1f21e7f757b12ff16f349b69c
class ComposerAutoloaderInitdb6a9b7d3726e15231c235ed7e15c665
{
private static $loader;

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

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

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

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

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

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

0 comments on commit 71448aa

Please sign in to comment.