apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -20,7 +20,7 @@ use Doctrine\Migrations\AbstractMigration;
*/
final class Version20210326113045 extends AbstractMigration
{
private $datas = [];
private array $datas = [];
/**
* The distinct clause makes that for each group of duplicates, it keeps only the first row in the returned result set.