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

feat: Introduce AttributeEmptyParenthesesFixer #7284

Merged

Conversation

HypeMC
Copy link
Contributor

@HypeMC HypeMC commented Sep 9, 2023

Adds or removes empty parentheses from attributes.

-#[Foo()]
+#[Foo]
class Sample1 {}

@HypeMC HypeMC changed the title feature: Introduce AttributeWithoutParenthesesFixer feat: Introduce AttributeWithoutParenthesesFixer Sep 9, 2023
@coveralls
Copy link

coveralls commented Sep 9, 2023

Coverage Status

coverage: 94.648% (+0.009%) from 94.639% when pulling 131d347 on HypeMC:attribute-without-parentheses-fixer into 573ab70 on PHP-CS-Fixer:master.

@HypeMC HypeMC force-pushed the attribute-without-parentheses-fixer branch from 86607a5 to 5e06b40 Compare September 10, 2023 13:40
@HypeMC HypeMC changed the title feat: Introduce AttributeWithoutParenthesesFixer feat: Introduce AttributeEmptyParenthesesFixer Sep 10, 2023
@Wirone Wirone force-pushed the attribute-without-parentheses-fixer branch from 5e06b40 to a807130 Compare September 21, 2023 15:40
@HypeMC HypeMC force-pushed the attribute-without-parentheses-fixer branch from a807130 to 5d2d6c9 Compare September 21, 2023 19:09
@Wirone Wirone force-pushed the attribute-without-parentheses-fixer branch from 5d2d6c9 to 131d347 Compare September 26, 2023 15:01
@Wirone Wirone enabled auto-merge (squash) September 26, 2023 15:02
@Wirone Wirone merged commit aafd2d6 into PHP-CS-Fixer:master Sep 26, 2023
15 checks passed
@HypeMC HypeMC deleted the attribute-without-parentheses-fixer branch September 26, 2023 15:17
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.

None yet

4 participants