Skip to content

Commit 6b17505

Browse files
authored
Wrong variable name in docblock (php-debugbar#463)
1 parent 12a1eef commit 6b17505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/DataFormatter/DataFormatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface DataFormatterInterface
1818
/**
1919
* Transforms a PHP variable to a string representation
2020
*
21-
* @param mixed $var
21+
* @param mixed $data
2222
* @return string
2323
*/
2424
function formatVar($data);

0 commit comments

Comments
 (0)