Skip to content

Commit 4d63e54

Browse files
committed
Updated Rector to commit 09122aac68a2581a18059a321a25cee1a0513408
rectorphp/rector-src@09122aa Rectify (#6830)
1 parent 3e6da0a commit 4d63e54

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 = '24ffb634ce74650aafe2cafe2bbaf8e053fd8da8';
22+
public const PACKAGE_VERSION = '09122aac68a2581a18059a321a25cee1a0513408';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-04-12 22:42:39';
27+
public const RELEASE_DATE = '2025-04-12 16:18:59';
2828
/**
2929
* @var int
3030
*/

src/Testing/PHPUnit/AbstractRectorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected function doTestFileExpectingWarningAboutRuleApplied(string $fixtureFil
131131
$content = \ob_get_clean();
132132
$fixtureName = \basename($fixtureFilePath);
133133
$testClass = static::class;
134-
$this->assertSame(\PHP_EOL . "WARNING: On fixture file \"" . $fixtureName . '" for test "' . $testClass . "\"" . \PHP_EOL . "File not changed but some Rector rules applied:" . \PHP_EOL . ' * ' . $expectedRuleApplied . \PHP_EOL, $content);
134+
$this->assertSame(\PHP_EOL . 'WARNING: On fixture file "' . $fixtureName . '" for test "' . $testClass . '"' . \PHP_EOL . 'File not changed but some Rector rules applied:' . \PHP_EOL . ' * ' . $expectedRuleApplied . \PHP_EOL, $content);
135135
}
136136
private function forgetRectorsRules() : void
137137
{

0 commit comments

Comments
 (0)