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
fix: Template::render() accepts object for template parameters (#351)
Latte\Engine::render() supports passing an object as template parameters,
but Nette\Bridges\ApplicationLatte\Template::render() only accepted arrays.
This adds object|array union type to render() and renderToString().
0 commit comments