Skip to content

Commit

Permalink
Updated Rector to commit b870d8f434c4ff0718c970620285dbb7088c5d86
Browse files Browse the repository at this point in the history
rectorphp/rector-src@b870d8f Remove --skip-type Rector\Core\Rector\AbstractCollectorRector on composer docs command as no longer exists (#5720)
  • Loading branch information
TomasVotruba committed Mar 14, 2024
1 parent ea97f93 commit e293557
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 = 'fbba8606a56e0643a7b3d1ae9af5fded082eea06';
public const PACKAGE_VERSION = 'b870d8f434c4ff0718c970620285dbb7088c5d86';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-03-14 15:25:09';
public const RELEASE_DATE = '2024-03-14 08:50:33';
/**
* @var int
*/
Expand Down

0 comments on commit e293557

Please sign in to comment.