Skip to content

Commit a08605f

Browse files
committed
fixup! [dx] Rename DeprecatedAnnotationToDeprecatedAttributeRector for PHP 8.5 to explicit ClassConstDeprecatedAttributeRector
1 parent 85247f9 commit a08605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Php85/Rector/Const_/ClassConstDeprecatedAttributeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1515

1616
/**
17-
* @see \Rector\Tests\Php85\Rector\Const_\DeprecatedAnnotationToDeprecatedAttributeRector\DeprecatedAnnotationToDeprecatedAttributeRectorTest
17+
* @see \Rector\Tests\Php85\Rector\Const_\ClassConstDeprecatedAttributeRector\ClassConstDeprecatedAttributeRectorTest
1818
*/
1919
final class ClassConstDeprecatedAttributeRector extends AbstractRector implements MinPhpVersionInterface
2020
{

0 commit comments

Comments
 (0)