From c360ba24769455be9e6591a2e8522c06f5e19429 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 3 Sep 2018 15:22:04 -0700 Subject: [PATCH] PHPDoc fix --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 142b9aede..4a852adc0 100755 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -2083,7 +2083,7 @@ class e107 /** * JS Common Public Function. Prefered is shortcode script path * @param string $type core|theme|footer|inline|footer-inline|url or any existing plugin_name - * @param string $data depends on the type - path/url or inline js source + * @param string|array $data depends on the type - path/url or inline js source * @param integer $zone [optional] leave it null for default zone * @param string $dep dependence : null | prototype | jquery */