Skip to content

Commit

Permalink
Run Rector
Browse files Browse the repository at this point in the history
I used the following config:

<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Doctrine\Set\DoctrineSetList;

return function (RectorConfig $rectorConfig): void {
    $rectorConfig->paths([
        __DIR__ . '/tests',
    ]);
    $rectorConfig->sets([
        DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES,
    ]);
};
  • Loading branch information
greg0ire committed Oct 25, 2022
1 parent 29aee06 commit bbdbfb8
Show file tree
Hide file tree
Showing 422 changed files with 4,602 additions and 6,131 deletions.