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

RuleSet description fixes #5356

Merged
merged 1 commit into from
Dec 14, 2020
Merged

RuleSet description fixes #5356

merged 1 commit into from
Dec 14, 2020

Conversation

SpacePossum
Copy link
Contributor

No description provided.


$factory = new FixerFactory();
$factory->registerBuiltInFixers();

static::assertSanityString($setName);
static::assertSanityString($setDescription);
static::assertSame('.', substr($setDescription, -1), sprintf('Ruleset description of "%s" must end with ".", got "%s".', $setName, $setDescription));
Copy link
Member

Choose a reason for hiding this comment

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

👍

@SpacePossum SpacePossum added this to the 2.16.10 milestone Dec 14, 2020
@SpacePossum SpacePossum merged commit 4eca6be into PHP-CS-Fixer:2.16 Dec 14, 2020
@SpacePossum SpacePossum removed the RTM Ready To Merge label Dec 14, 2020
@SpacePossum SpacePossum deleted the 2_16_RuleSet_description_fixes branch December 14, 2020 11:40
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.

None yet

2 participants