diff --git a/rules-tests/TypeDeclaration/Rector/ClassMethod/ArrayShapeFromConstantArrayReturnRector/Fixture/skip_class_name_as_key.php.inc b/rules-tests/TypeDeclaration/Rector/ClassMethod/ArrayShapeFromConstantArrayReturnRector/Fixture/skip_class_name_as_key.php.inc index 04a730bd9fc..16c04d6771f 100644 --- a/rules-tests/TypeDeclaration/Rector/ClassMethod/ArrayShapeFromConstantArrayReturnRector/Fixture/skip_class_name_as_key.php.inc +++ b/rules-tests/TypeDeclaration/Rector/ClassMethod/ArrayShapeFromConstantArrayReturnRector/Fixture/skip_class_name_as_key.php.inc @@ -8,4 +8,4 @@ final class SkipClassNameAsKey { return ['ArrayAccess' => $name]; } -} \ No newline at end of file +}