Skip to content

Commit 5bc4754

Browse files
committed
Updated Rector to commit 01fb666f47d9323316bd5993f068ffa8f8d88540
rectorphp/rector-src@01fb666 Fix phpstan notice $phpVersion on Rector\Config\RectorConfig::phpVersion() (#5193)
1 parent 7c5eefb commit 5bc4754

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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 = '6d5ffbe7d62fba226b0b49c613092c0741b2ba34';
22+
public const PACKAGE_VERSION = '01fb666f47d9323316bd5993f068ffa8f8d88540';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2023-10-23 09:47:25';
27+
public const RELEASE_DATE = '2023-10-23 16:33:25';
2828
/**
2929
* @var int
3030
*/

src/ValueObject/PhpVersion.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ final class PhpVersion
6060
* @var int
6161
*/
6262
public const PHP_82 = 80200;
63+
/**
64+
* @var int
65+
*/
66+
public const PHP_83 = 80300;
6367
/**
6468
* @var int
6569
*/

0 commit comments

Comments
 (0)