Skip to content
Snippets Groups Projects

Add rector to gitlab ci pipeline

Closes #3422825

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
core/rector.php 0 → 100644
1 <?php
2
3 declare(strict_types=1);
4
5 use Rector\Config\RectorConfig;
6 use Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector;
7 use Rector\ValueObject\PhpVersion;
8
9 return RectorConfig::configure()
Please register or sign in to reply
Loading