Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#5706)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <924196+TomasVotruba@users.noreply.github.com>
  • Loading branch information
TomasVotruba and TomasVotruba committed Mar 10, 2024
1 parent 569b919 commit e4b6ee6
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -7,7 +7,4 @@
use Rector\TypeDeclaration\Rector\StmtsAwareInterface\DeclareStrictTypesRector;

return RectorConfig::configure()
->withRules([
DeclareStrictTypesRector::class,
ParseStrWithResultArgumentRector::class,
]);
->withRules([DeclareStrictTypesRector::class, ParseStrWithResultArgumentRector::class]);

0 comments on commit e4b6ee6

Please sign in to comment.