Files
Grégoire Paris 7e82b02509 Use Rector on tests
This is the configuration I used:

	<?php

	declare(strict_types=1);

	use Rector\Config\RectorConfig;

	return RectorConfig::configure()
	    ->withPaths([
		__DIR__ . '/tests',
	    ])
	    ->withPhpSets();
2026-01-24 11:52:03 +01:00
..
2026-01-24 11:52:03 +01:00
2026-01-24 11:52:03 +01:00