You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/collectors/base.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Collectors provided in the `DebugBar\DataCollector` namespace.
8
8
Provides a way to log messages (compatible with [PSR-3 logger](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)).
9
9
You can call the `useHtmlVarDumper()` function to use VarDumper's interactive HTML dumper for
10
10
interactively rendering complex variables. If you do that, you must properly render
11
-
[inline assets](rendering.md#assets) when rendering the debug bar in addition to the normal js/css
11
+
[inline assets](../docs/rendering.md#assets) when rendering the debug bar in addition to the normal js/css
12
12
static assets.
13
13
14
14
$c = new DebugBar\DataCollector\MessagesCollector();
@@ -88,7 +88,7 @@ If you want to see your PDO requests in the TimeDataCollector, you must add the
88
88
89
89
Collects the data of PHP's global variables. You can call the `useHtmlVarDumper()` function to use
90
90
VarDumper's interactive HTML dumper for rendering the variables. If you do that, you must properly
91
-
render [inline assets](rendering.md#assets) when rendering the debug bar in addition to the normal
91
+
render [inline assets](../docs/rendering.md#assets) when rendering the debug bar in addition to the normal
92
92
js/css static assets.
93
93
94
94
$requestDataCollector = new DebugBar\DataCollector\RequestDataCollector();
@@ -99,7 +99,7 @@ js/css static assets.
99
99
100
100
Used to display any key/value pairs array. You can call the `useHtmlVarDumper()` function to use
101
101
VarDumper's interactive HTML dumper for rendering the variables. If you do that, you must properly
102
-
render [inline assets](rendering.md#assets) when rendering the debug bar in addition to the normal
102
+
render [inline assets](../docs/rendering.md#assets) when rendering the debug bar in addition to the normal
0 commit comments