Skip to content

Commit 6501505

Browse files
committed
Updated Rector to commit b855ff8d2228d11898d847a85b36d3e55de98cb8
rectorphp/rector-src@b855ff8 Add guanguans/rector-rules link to README (#7857)
1 parent d6b8c90 commit 6501505

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ Among there projects belong:
103103
* [contao/contao-rector](https://github.com/contao/contao-rector)
104104
* [php-static-analysis/rector-rule](https://github.com/php-static-analysis/rector-rule)
105105
* [ibexa/rector](https://github.com/ibexa/rector)
106-
106+
* [guanguans/rector-rules](https://github.com/guanguans/rector-rules)
107+
107108
<br>
108109

109110
## Hire us to get Job Done :muscle:

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '9450ef9233da2d735754ed380885129aee1774ae';
22+
public const PACKAGE_VERSION = 'b855ff8d2228d11898d847a85b36d3e55de98cb8';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-01-22 13:35:33';
27+
public const RELEASE_DATE = '2026-01-22 19:37:29';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)