1
0
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:
Pierre Rudloff 2021-12-12 18:13:24 +01:00 committed by GitHub
parent 12a1eef59b
commit 6b175051df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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