From e434c2a98099bb2a6a50b9fc1237b0b77c1f53d9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 23 Jan 2015 08:19:47 +0100 Subject: [PATCH] Shorten comment --- src/Exporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exporter.php b/src/Exporter.php index 2a2104d..73b4401 100644 --- a/src/Exporter.php +++ b/src/Exporter.php @@ -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 */