Skip to content

Commit

Permalink
Updated Rector to commit 01fb666f47d9323316bd5993f068ffa8f8d88540
Browse files Browse the repository at this point in the history
rectorphp/rector-src@01fb666 Fix phpstan notice $phpVersion on Rector\Config\RectorConfig::phpVersion() (#5193)
  • Loading branch information
TomasVotruba committed Oct 23, 2023
1 parent 7c5eefb commit 5bc4754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 = '6d5ffbe7d62fba226b0b49c613092c0741b2ba34';
public const PACKAGE_VERSION = '01fb666f47d9323316bd5993f068ffa8f8d88540';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-23 09:47:25';
public const RELEASE_DATE = '2023-10-23 16:33:25';
/**
* @var int
*/
Expand Down
4 changes: 4 additions & 0 deletions src/ValueObject/PhpVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ final class PhpVersion
* @var int
*/
public const PHP_82 = 80200;
/**
* @var int
*/
public const PHP_83 = 80300;
/**
* @var int
*/
Expand Down

0 comments on commit 5bc4754

Please sign in to comment.