1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Fix PHP example code in documentation (#412)

This commit is contained in:
Nicolas Ettlin 2019-03-22 20:37:57 +01:00 committed by Barry vd. Heuvel
parent b7d6e3558b
commit 5d44b5e5bc

View File

@ -45,7 +45,7 @@ Using Assetic:
Dumping the assets:
header('Content-Type', 'text/javascript');
header('Content-Type: text/javascript');
$renderer->dumpJsAssets();
Retrieving the assets: