mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-09 19:06:31 +02:00
fix typo
This commit is contained in:
@ -56,7 +56,7 @@ Simply call `DebugBar::stackData()` instead of rendering the debug bar.
|
|||||||
|
|
||||||
PHP's session must be started before using this feature.
|
PHP's session must be started before using this feature.
|
||||||
|
|
||||||
Note: The stacked data feature will use the storage mechanism of it's enabled
|
Note: The stacked data feature will use the storage mechanism if it's enabled
|
||||||
instead of storing the data in the session.
|
instead of storing the data in the session.
|
||||||
|
|
||||||
$debugbar = new DebugBar();
|
$debugbar = new DebugBar();
|
||||||
|
Reference in New Issue
Block a user