Skip to content

Commit

Permalink
Updated Rector to commit 09a962c8cc695e8fdbeeb24e7f00f92008076ac4
Browse files Browse the repository at this point in the history
rectorphp/rector-src@09a962c [Test] Add test for combination aliased + sub namespace usage on AnnotationToAttributeRector (#5289)
  • Loading branch information
TomasVotruba committed Nov 26, 2023
1 parent e2f1022 commit fc58b10
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 = 'b11e87fa978ec5692785b61d90ebd89c9b922108';
public const PACKAGE_VERSION = '09a962c8cc695e8fdbeeb24e7f00f92008076ac4';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-11-26 00:26:26';
public const RELEASE_DATE = '2023-11-26 01:23:33';
/**
* @var int
*/
Expand Down

0 comments on commit fc58b10

Please sign in to comment.