Shorten comment

This commit is contained in:
Sebastian Bergmann 2015-01-23 08:19:47 +01:00
parent b13d97acce
commit e434c2a980
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Exporter
*
* @param mixed $value The value to export
* @param integer $indentation The indentation level of the 2nd+ line
* @param \SebastianBergmann\RecursionContext\Context $processed Contains all objects and arrays that have previously been rendered
* @param \SebastianBergmann\RecursionContext\Context $processed Previously processed objects
* @return string
* @see SebastianBergmann\Exporter\Exporter::export
*/