Skip to content

Commit

Permalink
Updated Rector to commit 803d9ec70934d3fa4a2d97d8e50bb38729b44d10
Browse files Browse the repository at this point in the history
rectorphp/rector-src@803d9ec [Docs] Skip collector from rule doc generator command (#5075)
  • Loading branch information
TomasVotruba committed Sep 24, 2023
1 parent 0891342 commit 4837e82
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 = '0d9b38d62ebb6f9f1264240c384ca1918c0c45a2';
public const PACKAGE_VERSION = '803d9ec70934d3fa4a2d97d8e50bb38729b44d10';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-09-24 16:15:09';
public const RELEASE_DATE = '2023-09-24 11:35:05';
/**
* @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 ComposerAutoloaderInit94297ff22bdbba4c577c2028cb2b7943::getLoader();
return ComposerAutoloaderInit6760f23dc945ca1bb9c0089c239c7e60::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 ComposerAutoloaderInit94297ff22bdbba4c577c2028cb2b7943
class ComposerAutoloaderInit6760f23dc945ca1bb9c0089c239c7e60
{
private static $loader;

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

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

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

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

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

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

0 comments on commit 4837e82

Please sign in to comment.