Skip to content

Commit 0c2eb42

Browse files
committed
Updated Rector to commit 8e6009063331a3656fa5f77b28f5779dba71c6d6
rectorphp/rector-src@8e60090 typo (#6904)
1 parent 4cfcd59 commit 0c2eb42

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = '5d34b43644b923b20e275f8a550017d9b169380c';
22+
public const PACKAGE_VERSION = '8e6009063331a3656fa5f77b28f5779dba71c6d6';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-05-14 22:46:50';
27+
public const RELEASE_DATE = '2025-05-15 08:19:11';
2828
/**
2929
* @var int
3030
*/

src/Validation/RectorConfigValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function ensureRectorRulesExist(array $skip) : void
5252
foreach ($nonExistingRules as $nonExistingRule) {
5353
$nonExistingRulesString .= ' * ' . $nonExistingRule . \PHP_EOL;
5454
}
55-
throw new ShouldNotHappenException('These rules from "$rectorConfig->skip()" does not exist - remove them or fix their names:' . \PHP_EOL . $nonExistingRulesString);
55+
throw new ShouldNotHappenException('These rules from "$rectorConfig->skip()" do not exist - remove them or fix their names:' . \PHP_EOL . $nonExistingRulesString);
5656
}
5757
/**
5858
* @param mixed $value

0 commit comments

Comments
 (0)