We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1c1ca commit c78fd72Copy full SHA for c78fd72
rules/DowngradePhp84/Rector/FuncCall/DowngradeRoundingModeEnumRector.php
@@ -12,9 +12,9 @@
12
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
13
14
/**
15
- * @changelog https://wiki.php.net/rfc/new_without_parentheses
+ * @changelog wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum
16
*
17
- * @see \Rector\Tests\DowngradePhp84\Rector\MethodCall\DowngradeNewMethodCallWithoutParenthesesRector\DowngradeNewMethodCallWithoutParenthesesRectorTest
+ * @see \Rector\Tests\DowngradePhp84\Rector\FuncCall\DowngradeRoundingModeEnumRector\DowngradeRoundingModeEnumRectorTest
18
*/
19
final class DowngradeRoundingModeEnumRector extends AbstractRector
20
{
0 commit comments