Sorien / silex-pimple-dumper

Pimple Container Dumper - Helper for https://github.com/Sorien/silex-idea-plugin
MIT License
36 stars 8 forks source link

Fix closure serialization error while using Symfony Router with caching #13

Open angyvolin opened 7 years ago

angyvolin commented 7 years ago

Change _dump-controller callback from closure to 'class::method'. This allows to avoid serialization errors while trying to cache routing-related stuff.