Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align rector classes with rest of cakephp formatting standards #297

Merged
merged 5 commits into from
Sep 11, 2024

Conversation

markstory
Copy link
Member

All mechanical changes from the modification in phpcs.xml and running composer cs-fix.

All mechanical changes from the modification in `phpcs.xml` and running
`composer cs-fix`.
final class OptionsArrayToNamedParametersRector extends AbstractRector implements ConfigurableRectorInterface
{
public const OPTIONS_TO_NAMED_PARAMETERS = 'options_to_named_parameters';

/**
* @var \Cake\Upgrade\Rector\ValueObject\OptionsArrayToNamedParameters
*/
private $optionsToNamed = [];
private OptionsArrayToNamedParameters $optionsToNamed = [];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems not correct

@markstory markstory merged commit 1db9833 into 5.x Sep 11, 2024
3 checks passed
@markstory markstory deleted the chore-format-rectors branch September 11, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants