From a7c1ebd9cf28bbc44847df3928d0585de522f0b4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Jan 2015 16:12:08 +0000 Subject: [PATCH] Fix docbloc --- src/helpers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.php b/src/helpers.php index a7aa7a86..bed037f3 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -33,8 +33,8 @@ if (!function_exists('config')) { * * If an array is passed as the key, we will assume you want to set an array of values. * - * @param array|string $key - * @param mixed $default + * @param array|string|void $key + * @param mixed $default * * @return mixed */