1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-26 12:44:00 +02:00
This commit is contained in:
maximebf
2013-10-24 17:24:14 -04:00
parent c43e360d72
commit 3e2a0245e9

View File

@ -4,7 +4,7 @@ Some features of the debug bar requires sending http headers or
using the session. Many frameworks implement their own mechanism
on top of PHP native features.
Two make integration with other frameworks as easy as possible,
To make integration with other frameworks as easy as possible,
the `DebugBar` object uses an instance of `DebugBar\HttpDriverInterface`
to access those features.