Skip to content

Commit

Permalink
Rector 0.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 10, 2023
1 parent 0dd5cd2 commit f594570
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'e0167e6f750106355909fd7933b8cae23f9cc543';
public const PACKAGE_VERSION = '0.17.11';
/**
* @api
* @var string
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 ComposerAutoloaderInit188135df66aa851a87f81e343aa2453b::getLoader();
return ComposerAutoloaderInit16ae27751232a06317e2f21c28d3d598::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 ComposerAutoloaderInit188135df66aa851a87f81e343aa2453b
class ComposerAutoloaderInit16ae27751232a06317e2f21c28d3d598
{
private static $loader;

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

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

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

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

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

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

0 comments on commit f594570

Please sign in to comment.