Skip to content

Conversation

@greg0ire
Copy link
Member

Used configuration:

<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;

return RectorConfig::configure()
	->withPaths([
	__DIR__ . '/src',
	])
	->withPhpSets();

Used configuration:

	<?php

	declare(strict_types=1);

	use Rector\Config\RectorConfig;

	return RectorConfig::configure()
	    ->withPaths([
		__DIR__ . '/src',
	    ])
	    ->withPhpSets();
@greg0ire greg0ire added this to the 4.1.2 milestone Jan 25, 2026
@greg0ire greg0ire merged commit 04e6a33 into doctrine:4.1.x Jan 25, 2026
11 checks passed
@greg0ire greg0ire deleted the rector-src branch January 25, 2026 09:17
@greg0ire
Copy link
Member Author

🤦 wrong branch

@greg0ire greg0ire modified the milestones: 4.1.2, 4.2.0 Jan 25, 2026
@greg0ire
Copy link
Member Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants