Skip to content

v3.5.1: Fix "array to string conversion" in 3.5.0 (#1102)

Compare
Choose a tag to compare
@barryvdh barryvdh released this 07 Sep 19:36
· 406 commits to master since this release
233c106
This commit broke the debugbar: https://github.com/barryvdh/laravel-debugbar/commit/51c8ea3ab2c56664ebc9718ca68e342827bd7851#diff-8a2d53e88e43b04de0cc4f64882d91feR63 since sprintf() uses multiple arguments, it doesn't accept an array of arguments.