Skip to content

Commit c78fd72

Browse files
committed
Fixed description of rule
1 parent 8d1c1ca commit c78fd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/DowngradePhp84/Rector/FuncCall/DowngradeRoundingModeEnumRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1313

1414
/**
15-
* @changelog https://wiki.php.net/rfc/new_without_parentheses
15+
* @changelog wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum
1616
*
17-
* @see \Rector\Tests\DowngradePhp84\Rector\MethodCall\DowngradeNewMethodCallWithoutParenthesesRector\DowngradeNewMethodCallWithoutParenthesesRectorTest
17+
* @see \Rector\Tests\DowngradePhp84\Rector\FuncCall\DowngradeRoundingModeEnumRector\DowngradeRoundingModeEnumRectorTest
1818
*/
1919
final class DowngradeRoundingModeEnumRector extends AbstractRector
2020
{

0 commit comments

Comments
 (0)