We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @erickskrauch,
thanks for a great project, exactly what I'm looking for.
I think I might have encountered an issue, though.
I'd like to use ErickSkrauch/align_multiline_parameters, but it seems to be irritated when type hints are nullable, as in ?string or ?RequestStack.
ErickSkrauch/align_multiline_parameters
?string
?RequestStack
This is the change it proposed, for a function declaration that already adheres to the align_multiline_parameters rules:
public function __construct( EntityManagerInterface $entityManager, LoggerInterface $logger, - ?RequestStack $requestStack, + ?RequestStack $requestStack, WebDeveloperToolsHelperService $webDeveloperToolsHelperService
The text was updated successfully, but these errors were encountered:
69382a9
Thank you for the report. I have fixed this issue and released it with the 1.2.1 tag.
Sorry, something went wrong.
Thank you so much @erickskrauch, works perfectly!
erickskrauch
No branches or pull requests
Hi @erickskrauch,
thanks for a great project, exactly what I'm looking for.
I think I might have encountered an issue, though.
I'd like to use
ErickSkrauch/align_multiline_parameters
, but it seems to be irritated when type hints are nullable, as in?string
or?RequestStack
.This is the change it proposed, for a function declaration that already adheres to the align_multiline_parameters rules:
The text was updated successfully, but these errors were encountered: