mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-10 16:15:43 +02:00
Wrong variable name in docblock (#463)
This commit is contained in:
parent
12a1eef59b
commit
6b175051df
@ -18,7 +18,7 @@ interface DataFormatterInterface
|
||||
/**
|
||||
* Transforms a PHP variable to a string representation
|
||||
*
|
||||
* @param mixed $var
|
||||
* @param mixed $data
|
||||
* @return string
|
||||
*/
|
||||
function formatVar($data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user