-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
[CodingStyle] Add DataProviderArrayItemsNewlinedRector #3271
Conversation
a2ea5d5
to
640bdf4
Compare
Handle new line may need handle rector-src/rules/CodingStyle/Rector/Stmt/NewlineAfterStatementRector.php Lines 149 to 153 in e8dd953
|
|
||
public function provideData(): array | ||
{ | ||
return [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe turn them into one yield
per array item instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There another rule for that already :)
This rule is mainly for Test Gen AI styling.
af7c7b7
to
e9f90bf
Compare
That could work too, thanks! |
e9f90bf
to
67c9e66
Compare
No description provided.