Skip to content

Commit 52a2f78

Browse files
authored
add abstract to declaration (#7901)
1 parent ce6c838 commit 52a2f78

File tree

1 file changed

+1
-1
lines changed
  • rules-tests/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector/Source

1 file changed

+1
-1
lines changed

rules-tests/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector/Source/ParentWithNumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Rector\Tests\TypeDeclaration\Rector\ClassMethod\AddParamTypeFromPropertyTypeRector\Source;
44

5-
class ParentWithNumber
5+
abstract class ParentWithNumber
66
{
77
protected string $number;
88

0 commit comments

Comments
 (0)