-
Notifications
You must be signed in to change notification settings - Fork 0
Added rule for splitting multiple methods arguments into multiline if there is more than one #13
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
base: main
Are you sure you want to change the base?
Conversation
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.
+1 but we need to address a static analysis issue
self::assertSame($expected, $tokens->generateCode()); | ||
} | ||
|
||
public static function provideFixCases(): iterable |
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.
Missing iterable type. Looks like phpstan.neon
never got updated paths when we introduced ./tests
directory 😅
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.
Yup, that was the case, added to phpstan configuration and fixed all issues.
Added tests folder to phpstan
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.
+1 but this one wasn't yet fixed #13 (comment).
@ViniTou Rebase is needed here |
3d2ccf8
to
f143ece
Compare
|
…
Description:
For QA:
Documentation: