[WebProfilerBundle] Fixed JSDoc parameter definition

This commit is contained in:
Vyacheslav Pavlov 2016-07-23 18:20:27 +03:00
parent 37cd583e78
commit 191aef975c

View File

@ -115,7 +115,7 @@
/**
* Query an element with a CSS selector.
*
* @param string selector a CSS-selector-compatible query string
* @param {string} selector - a CSS-selector-compatible query string
*
* @return DOMElement|null
*/