Skip to content

Commit 5c090b3

Browse files
committed
Updated Rector to commit f06b3589a61e31c31beef9374c4d83aaa40e6193
rectorphp/rector-src@f06b358 Remove rector from rule definition title (#7820)
1 parent 2d1139b commit 5c090b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class SwitchNegatedTernaryRector extends AbstractRector
1818
{
1919
public function getRuleDefinition(): RuleDefinition
2020
{
21-
return new RuleDefinition('Switch negated ternary condition rector', [new CodeSample(<<<'CODE_SAMPLE'
21+
return new RuleDefinition('Switch negated ternary condition', [new CodeSample(<<<'CODE_SAMPLE'
2222
class SomeClass
2323
{
2424
public function run(bool $upper, string $name)

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 = 'e72e68284d82dcb8beb0f5bac1c1ec2f8a88494a';
22+
public const PACKAGE_VERSION = 'f06b3589a61e31c31beef9374c4d83aaa40e6193';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-01-12 18:19:51';
27+
public const RELEASE_DATE = '2026-01-13 03:42:40';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)