Updated Rector to commit a6824999540b5fb258a9d8f3ebcda155de4ce6e0

a682499954 Fix along with other packages e2e test on rector/rector (#6455)
This commit is contained in:
Tomas Votruba 2024-11-20 17:19:48 +00:00
parent 1c26e0e6fa
commit 53222b20c8
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
-
name: 'Along PHPStan'
install: composer require phpstan/phpstan:^1.1.1 --dev --ansi
install: composer require phpstan/phpstan:^2.0 --dev --ansi
name: "PHP ${{ matrix.php_version }}"

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'eb5df4dde7515bbc497af6da84d5f9dbf96399d8';
public const PACKAGE_VERSION = 'a6824999540b5fb258a9d8f3ebcda155de4ce6e0';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-11-20 15:37:26';
public const RELEASE_DATE = '2024-11-20 17:17:05';
/**
* @var int
*/