From e4b6ee63140c90c18f1fa51156ccffa569f1062c Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 10 Mar 2024 01:27:19 +0100 Subject: [PATCH] [automated] Apply Coding Standard (#5706) Co-authored-by: TomasVotruba <924196+TomasVotruba@users.noreply.github.com> --- .../InfiniteLoop/config/declare_strict_types_parsestr.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Issues/InfiniteLoop/config/declare_strict_types_parsestr.php b/tests/Issues/InfiniteLoop/config/declare_strict_types_parsestr.php index addd3707bbf..8d9fc4c05bd 100644 --- a/tests/Issues/InfiniteLoop/config/declare_strict_types_parsestr.php +++ b/tests/Issues/InfiniteLoop/config/declare_strict_types_parsestr.php @@ -7,7 +7,4 @@ use Rector\TypeDeclaration\Rector\StmtsAwareInterface\DeclareStrictTypesRector; return RectorConfig::configure() - ->withRules([ - DeclareStrictTypesRector::class, - ParseStrWithResultArgumentRector::class, - ]); + ->withRules([DeclareStrictTypesRector::class, ParseStrWithResultArgumentRector::class]);