Skip to content

Commit e21c061

Browse files
committed
Updated Rector to commit 274fabbe8b57529523a57517a4700df811abe871
rectorphp/rector-src@274fabb [automated] Apply Coding Standard (#7012)
1 parent 70f4059 commit e21c061

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/set/php84.php

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

66
use Rector\Config\RectorConfig;
77
use Rector\Php84\Rector\Class_\DeprecatedAnnotationToDeprecatedAttributeRector;
8-
use Rector\Php84\Rector\Foreach_\ForeachToArrayFindRector;
9-
use Rector\Php84\Rector\Foreach_\ForeachToArrayFindKeyRector;
108
use Rector\Php84\Rector\Foreach_\ForeachToArrayAllRector;
119
use Rector\Php84\Rector\Foreach_\ForeachToArrayAnyRector;
10+
use Rector\Php84\Rector\Foreach_\ForeachToArrayFindKeyRector;
11+
use Rector\Php84\Rector\Foreach_\ForeachToArrayFindRector;
1212
use Rector\Php84\Rector\FuncCall\AddEscapeArgumentRector;
1313
use Rector\Php84\Rector\FuncCall\RoundingModeEnumRector;
1414
use Rector\Php84\Rector\MethodCall\NewMethodCallWithoutParenthesesRector;

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 = 'dc677e1b15aaa2015959d62b3db812aecb4dedf1';
22+
public const PACKAGE_VERSION = '274fabbe8b57529523a57517a4700df811abe871';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-06-22 00:51:19';
27+
public const RELEASE_DATE = '2025-06-22 00:41:27';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)