Skip to content

Commit

Permalink
Updated Rector to commit b938e0797f8c3e30f527d1dabad384e4623140de
Browse files Browse the repository at this point in the history
rectorphp/rector-src@b938e07 [TypeDeclaration] Add test for nullable object usage on AddReturnTypeDeclarationRector (#5887)
  • Loading branch information
TomasVotruba committed May 16, 2024
1 parent df8a377 commit 1931c63
Showing 1 changed file with 2 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 = '16d1df9be8cdbdf6e5b67f97fa225731ac0c9675';
public const PACKAGE_VERSION = 'b938e0797f8c3e30f527d1dabad384e4623140de';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-05-16 20:19:00';
public const RELEASE_DATE = '2024-05-16 14:00:23';
/**
* @var int
*/
Expand Down

0 comments on commit 1931c63

Please sign in to comment.