Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#6696)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <[email protected]>
  • Loading branch information
TomasVotruba and TomasVotruba authored Jan 26, 2025
1 parent a1170ac commit c1d6c54
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnNeverTypeRector;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->rules([
ClassPropertyAssignToConstructorPromotionRector::class,
ReturnNeverTypeRector::class,
]);
};
$rectorConfig->rules([ClassPropertyAssignToConstructorPromotionRector::class, ReturnNeverTypeRector::class]);
};

0 comments on commit c1d6c54

Please sign in to comment.