Skip to content

Commit

Permalink
Update JavascriptRenderer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Dec 15, 2017
1 parent 2b70299 commit 30e7d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugBar/JavascriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ protected function filterAssetArray($array, $type = null)
* elements); it must be embedded within the <head> 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)
{
Expand Down

0 comments on commit 30e7d60

Please sign in to comment.