Skip to content

Commit 9c2b1c3

Browse files
committed
Updated Rector to commit 51dc24ca61e227e9f416886c69471bdaca0a7034
rectorphp/rector-src@51dc24c [Console] Fix symfony/console diff broken on windows on symfony/console 6.4.24 (#7148)
1 parent 0dc18c2 commit 9c2b1c3

File tree

8 files changed

+13
-27
lines changed

8 files changed

+13
-27
lines changed

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '33b12c200da322b6ec9ede3ccd1ec9b662872fbd';
22+
public const PACKAGE_VERSION = '51dc24ca61e227e9f416886c69471bdaca0a7034';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-08-14 17:48:20';
27+
public const RELEASE_DATE = '2025-08-15 15:20:07';
2828
/**
2929
* @var int
3030
*/

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

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

22-
return ComposerAutoloaderInit7997d2a6d1f6f02bc7709b8039d505e5::getLoader();
22+
return ComposerAutoloaderInit7e5378a9f76bdf91928418d7d46a4747::getLoader();

vendor/composer/autoload_real.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit7997d2a6d1f6f02bc7709b8039d505e5
5+
class ComposerAutoloaderInit7e5378a9f76bdf91928418d7d46a4747
66
{
77
private static $loader;
88

@@ -22,17 +22,17 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInit7997d2a6d1f6f02bc7709b8039d505e5', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit7e5378a9f76bdf91928418d7d46a4747', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27-
spl_autoload_unregister(array('ComposerAutoloaderInit7997d2a6d1f6f02bc7709b8039d505e5', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit7e5378a9f76bdf91928418d7d46a4747', 'loadClassLoader'));
2828

2929
require __DIR__ . '/autoload_static.php';
30-
call_user_func(\Composer\Autoload\ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInit7e5378a9f76bdf91928418d7d46a4747::getInitializer($loader));
3131

3232
$loader->setClassMapAuthoritative(true);
3333
$loader->register(true);
3434

35-
$filesToLoad = \Composer\Autoload\ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5::$files;
35+
$filesToLoad = \Composer\Autoload\ComposerStaticInit7e5378a9f76bdf91928418d7d46a4747::$files;
3636
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
3737
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
3838
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5
7+
class ComposerStaticInit7e5378a9f76bdf91928418d7d46a4747
88
{
99
public static $files = array (
1010
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@@ -3056,9 +3056,9 @@ class ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5
30563056
public static function getInitializer(ClassLoader $loader)
30573057
{
30583058
return \Closure::bind(function () use ($loader) {
3059-
$loader->prefixLengthsPsr4 = ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5::$prefixLengthsPsr4;
3060-
$loader->prefixDirsPsr4 = ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5::$prefixDirsPsr4;
3061-
$loader->classMap = ComposerStaticInit7997d2a6d1f6f02bc7709b8039d505e5::$classMap;
3059+
$loader->prefixLengthsPsr4 = ComposerStaticInit7e5378a9f76bdf91928418d7d46a4747::$prefixLengthsPsr4;
3060+
$loader->prefixDirsPsr4 = ComposerStaticInit7e5378a9f76bdf91928418d7d46a4747::$prefixDirsPsr4;
3061+
$loader->classMap = ComposerStaticInit7e5378a9f76bdf91928418d7d46a4747::$classMap;
30623062

30633063
}, null, ClassLoader::class);
30643064
}

vendor/composer/installed.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,11 +2046,6 @@
20462046
},
20472047
"time": "2025-07-30T10:38:54+00:00",
20482048
"type": "library",
2049-
"extra": {
2050-
"patches_applied": [
2051-
"https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/symfony-console-helper-helper-php.patch"
2052-
]
2053-
},
20542049
"installation-source": "dist",
20552050
"autoload": {
20562051
"psr-4": {

vendor/scoper-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function humbug_phpscoper_expose_class($exposed, $prefixed) {
3232
humbug_phpscoper_expose_class('SameBeforeAfterFixtureDetector', 'RectorPrefix202508\SameBeforeAfterFixtureDetector');
3333
humbug_phpscoper_expose_class('NoPhpFileInFixturesDetector', 'RectorPrefix202508\NoPhpFileInFixturesDetector');
3434
humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202508\AutoloadIncluder');
35-
humbug_phpscoper_expose_class('ComposerAutoloaderInit7997d2a6d1f6f02bc7709b8039d505e5', 'RectorPrefix202508\ComposerAutoloaderInit7997d2a6d1f6f02bc7709b8039d505e5');
35+
humbug_phpscoper_expose_class('ComposerAutoloaderInit7e5378a9f76bdf91928418d7d46a4747', 'RectorPrefix202508\ComposerAutoloaderInit7e5378a9f76bdf91928418d7d46a4747');
3636
humbug_phpscoper_expose_class('Product', 'RectorPrefix202508\Product');
3737
humbug_phpscoper_expose_class('SomeTest', 'RectorPrefix202508\SomeTest');
3838
humbug_phpscoper_expose_class('Normalizer', 'RectorPrefix202508\Normalizer');

vendor/symfony/console/Helper/Helper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public function getHelperSet() : ?HelperSet
4141
public static function width(?string $string) : int
4242
{
4343
$string ??= '';
44-
return \mb_strlen($string);
4544
if (\preg_match('//u', $string)) {
4645
$string = \preg_replace('/[\\p{Cc}\\x7F]++/u', '', $string, -1, $count);
4746
return (new UnicodeString($string))->width(\false) + $count;
@@ -58,7 +57,6 @@ public static function width(?string $string) : int
5857
public static function length(?string $string) : int
5958
{
6059
$string ??= '';
61-
return \mb_strlen($string);
6260
if (\preg_match('//u', $string)) {
6361
return (new UnicodeString($string))->length();
6462
}

vendor/symfony/console/PATCHES.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)