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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
HackBuilder::addMultilineCall passes $params `Traversable<string>`
to `implode()`. `Implode()` is untyped. Passing a `Generator<string>`
results in a warning and a return of a null.
`Str\join()` correctly checks for `Container<_>` before passing
the value on to `implode()`.
0 commit comments