Skip to content

Commit

Permalink
Updated Rector to commit ce70534b3c8406164f630acbe6c7a1b18623d757
Browse files Browse the repository at this point in the history
rectorphp/rector-src@ce70534 Fix duplicated fixture class name on StaticToSelfStaticMethodCallOnFinalClassRector test (#5679)
  • Loading branch information
TomasVotruba committed Mar 3, 2024
1 parent 6986e1f commit 1dbac6e
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 = 'c9fe3caacced982e1c21d7203e9ea0f1bb2092c8';
public const PACKAGE_VERSION = 'ce70534b3c8406164f630acbe6c7a1b18623d757';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-03-03 08:00:50';
public const RELEASE_DATE = '2024-03-03 01:06:12';
/**
* @var int
*/
Expand Down

0 comments on commit 1dbac6e

Please sign in to comment.