Skip to content

Commit 30e7d60

Browse files
authored
Update JavascriptRenderer.php
1 parent 2b70299 commit 30e7d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/JavascriptRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ protected function filterAssetArray($array, $type = null)
767767
* elements); it must be embedded within the <head> element
768768
*
769769
* @param string $type Optionally return only 'css', 'js', or 'inline_head' collection
770-
* @return array or \Assetic\Asset\AssetCollection
770+
* @return array|\Assetic\Asset\AssetCollection
771771
*/
772772
public function getAsseticCollection($type = null)
773773
{

0 commit comments

Comments
 (0)