mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 10:41:55 +02:00
fixing typo (#747)
Seems that the class suggested for `Renderable` interface is wrong in descriptive text, but right in sample code.
This commit is contained in:
@@ -46,7 +46,7 @@ same time the `DebugBar::collect()` method is called.
|
||||
|
||||
This however won't show anything in the debug bar as no information are provided
|
||||
on how to display these data. You could do that manually as you'll see in later chapter
|
||||
or implement the `DebugBar\DataSource\Renderable` interface.
|
||||
or implement the `DebugBar\DataCollector\Renderable` interface.
|
||||
|
||||
To implement it, you must define a `getWidgets()` function which returns an array
|
||||
of key/value pairs where key are control names and values control options as defined
|
||||
|
Reference in New Issue
Block a user