ludofleury / GuzzleBundle

Debug your API Calls with a Symfony web profiler for guzzle
http://ludofleury.github.io/GuzzleBundle/
MIT License
82 stars 21 forks source link

Make bundle fully compatible with twig 2.0 #29

Closed elonmir closed 4 years ago

elonmir commented 7 years ago

Got following error:

Impossible to invoke a method ("display_array_recursive") on a string variable ("PlaybloomGuzzleBundle:Profiler:request.html.twig").

Issue is the handling of macros in twig 2.0. My provided fix should end this problem.