File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66use Rector \Config \RectorConfig ;
77use Rector \Php84 \Rector \Class_ \DeprecatedAnnotationToDeprecatedAttributeRector ;
8- use Rector \Php84 \Rector \Foreach_ \ForeachToArrayFindRector ;
9- use Rector \Php84 \Rector \Foreach_ \ForeachToArrayFindKeyRector ;
108use Rector \Php84 \Rector \Foreach_ \ForeachToArrayAllRector ;
119use Rector \Php84 \Rector \Foreach_ \ForeachToArrayAnyRector ;
10+ use Rector \Php84 \Rector \Foreach_ \ForeachToArrayFindKeyRector ;
11+ use Rector \Php84 \Rector \Foreach_ \ForeachToArrayFindRector ;
1212use Rector \Php84 \Rector \FuncCall \AddEscapeArgumentRector ;
1313use Rector \Php84 \Rector \FuncCall \RoundingModeEnumRector ;
1414use Rector \Php84 \Rector \MethodCall \NewMethodCallWithoutParenthesesRector ;
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments