From d356fcf326962a4bae02fc40ad74b95e35495e1f Mon Sep 17 00:00:00 2001 From: Victor-Vechi Date: Thu, 19 Feb 2026 10:49:15 -0300 Subject: [PATCH] add abstract to declaration --- .../Source/ParentWithNumber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules-tests/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector/Source/ParentWithNumber.php b/rules-tests/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector/Source/ParentWithNumber.php index a2b54fcc826..1df782eae72 100644 --- a/rules-tests/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector/Source/ParentWithNumber.php +++ b/rules-tests/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector/Source/ParentWithNumber.php @@ -2,7 +2,7 @@ namespace Rector\Tests\TypeDeclaration\Rector\ClassMethod\AddParamTypeFromPropertyTypeRector\Source; -class ParentWithNumber +abstract class ParentWithNumber { protected string $number;