From f0db98d7d4165a5fcdebdd7666a10ffa4dc4445e Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 23 Aug 2019 14:04:07 +0200 Subject: [PATCH] Add more return types after fixing a typo in my script --- Internal/Exporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal/Exporter.php b/Internal/Exporter.php index c0b7fa1..1b0bda7 100644 --- a/Internal/Exporter.php +++ b/Internal/Exporter.php @@ -31,7 +31,7 @@ class Exporter * @param int &$objectsCount * @param bool &$valuesAreStatic * - * @return int + * @return array * * @throws NotInstantiableTypeException When a value cannot be serialized */