Skip to content

Variable argument bugfixes

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 25 Aug 17:06
· 362 commits to master since this release

Allowing named or ordered bindings utilised the new PHP feature of variable arguments, using the ... operator. This new feature, coupled with the shorthand helper methods caused a situation where bindings could be doubly nested.