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
- Thanks to [Dan Wallis][@fredden] and [Juliette Reinders Folmer][@jrfnl] for the patches.
18
+
- Various housekeeping, including improvements to the tests and documentation.
19
+
- Thanks to [Michał Bundyra][@michalbundyra], [Rodrigo Primo][@rodrigoprimo] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
20
+
21
+
### Fixed
22
+
- Fixed bug [#620] : Squiz.Functions.FunctionDeclarationArgumentSpacing: newlines after type will now be handled by the fixer. This also prevents a potential fixer conflict.
23
+
- Thanks to [Dan Wallis][@fredden] for the patch.
24
+
- Fixed bug [#782] : Tokenizer/PHP: prevent an "Undefined array key" notice during live coding for unfinished arrow functions.
25
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
26
+
- Fixed bug [#783] : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after reference token was not flagged nor fixed.
27
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
28
+
- Fixed bug [#783] : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after variadic token was not flagged nor fixed.
29
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
30
+
- Fixed bug [#783] : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line before/after the equal sign for default values was not flagged nor fixed when `equalsSpacing` was set to `0`.
31
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
32
+
- Fixed bug [#783] : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer conflict when a new line is found before/after the equal sign for default values and `equalsSpacing` was set to `1`.
33
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
34
+
- Fixed bug [#783] : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer for spacing before/after equal sign could inadvertently remove comment.
35
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
36
+
- Fixed bug [#783] : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer will now handle comments between the end of a parameter and a comma more cleanly.
37
+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
38
+
- Fixed bug [#784] : Squiz.WhiteSpace.FunctionSpacing: prevent fixer conflict when a multi-line docblock would start on the same line as the function close curly being examined.
0 commit comments