Skip to content

Commit

Permalink
Updated Rector to commit 70eace01e543d91beabacd6fbc062b871090a6ac
Browse files Browse the repository at this point in the history
rectorphp/rector-src@70eace0 [Polyfill] Add test polyfill not configured on php 7.4 env (#5391)
  • Loading branch information
TomasVotruba committed Dec 25, 2023
1 parent d29c258 commit dc7f07a
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 = '69983e907a570f9b4f708be81e8cf1eae8a7f1d0';
public const PACKAGE_VERSION = '70eace01e543d91beabacd6fbc062b871090a6ac';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-12-25 09:58:30';
public const RELEASE_DATE = '2023-12-25 10:06:32';
/**
* @var int
*/
Expand Down

0 comments on commit dc7f07a

Please sign in to comment.