Skip to content

Commit

Permalink
Updated Rector to commit 8e4e8823f227290fb6b014c79b48ce211c2376b5
Browse files Browse the repository at this point in the history
rectorphp/rector-src@8e4e882 Bump to PHPStan 1.11 (#5883)
  • Loading branch information
TomasVotruba committed May 18, 2024
1 parent dd1dd51 commit dfaafdb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.57"
"phpstan/phpstan": "^1.11"
},
"autoload": {
"files": [
Expand Down
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 = '4f301f2335b0fef2934ddaf53471ebd961de1f71';
public const PACKAGE_VERSION = '8e4e8823f227290fb6b014c79b48ce211c2376b5';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-05-18 14:35:49';
public const RELEASE_DATE = '2024-05-18 14:57:07';
/**
* @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 ComposerAutoloaderInit70e3025dac7e7555f69a9b4ca9e3dfde::getLoader();
return ComposerAutoloaderInitc5b31423e044e1f31bdf2918ae19cbd3::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 ComposerAutoloaderInit70e3025dac7e7555f69a9b4ca9e3dfde
class ComposerAutoloaderInitc5b31423e044e1f31bdf2918ae19cbd3
{
private static $loader;

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

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

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

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

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

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php

Large diffs are not rendered by default.

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', 'RectorPrefix202405\AutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit70e3025dac7e7555f69a9b4ca9e3dfde', 'RectorPrefix202405\ComposerAutoloaderInit70e3025dac7e7555f69a9b4ca9e3dfde');
humbug_phpscoper_expose_class('ComposerAutoloaderInitc5b31423e044e1f31bdf2918ae19cbd3', 'RectorPrefix202405\ComposerAutoloaderInitc5b31423e044e1f31bdf2918ae19cbd3');
humbug_phpscoper_expose_class('Product', 'RectorPrefix202405\Product');

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

0 comments on commit dfaafdb

Please sign in to comment.