Improvements
-
Return by reference is covered too (#83). The reference marker added in 0.6.7 required a variable or a variadic ellipsis on the right, so
function & getItems()slipped through - the thing on the right is a function name. That form is now matched on the precedingfunction, closure orfnkeyword instead.With this,
PhpCollective.WhiteSpace.ImplicitCastSpacingcovers every constructpsr2r-sniffer'sUnaryOperatorSpacingdid, and one it did not (! $b), so the downstream sniff can be retired.
Full Changelog: 0.6.7...0.6.8