1
0
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:
Roberto Guido
2025-03-03 10:54:32 +01:00
committed by GitHub
parent d86e59a2e3
commit 56405224ab

View File

@@ -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