You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FunctionDeclarationArgumentSpacingSniff works incorrectly for more complex type hints like:
function (
?array$arr,
\My\Name$name
) {}
It should be easy fix, but I don't have time to do it now...
The text was updated successfully, but these errors were encountered:
michalbundyra
changed the title
FunctionDeclarationArgumentSpacingSniff works space after type hint
FunctionDeclarationArgumentSpacingSniff - space after type hint
Dec 4, 2018
gsherwood
changed the title
FunctionDeclarationArgumentSpacingSniff - space after type hint
Squiz.Functions.FunctionDeclarationArgumentSpacing removing type hint during fixing
Dec 10, 2018
The
FunctionDeclarationArgumentSpacingSniff
works incorrectly for more complex type hints like:It should be easy fix, but I don't have time to do it now...
The text was updated successfully, but these errors were encountered: