From 30e7d60937ee5f1320975ca9bc7bcdd44d500f07 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 15 Dec 2017 12:13:46 +0100 Subject: [PATCH] Update JavascriptRenderer.php --- src/DebugBar/JavascriptRenderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugBar/JavascriptRenderer.php b/src/DebugBar/JavascriptRenderer.php index d14d5c75..b8cba0aa 100644 --- a/src/DebugBar/JavascriptRenderer.php +++ b/src/DebugBar/JavascriptRenderer.php @@ -767,7 +767,7 @@ protected function filterAssetArray($array, $type = null) * elements); it must be embedded within the element * * @param string $type Optionally return only 'css', 'js', or 'inline_head' collection - * @return array or \Assetic\Asset\AssetCollection + * @return array|\Assetic\Asset\AssetCollection */ public function getAsseticCollection($type = null) {