minor #19412 [WebProfilerBundle] Fixed JSDoc parameter definition (zomberg)

This PR was merged into the 2.7 branch.

Discussion
----------

[WebProfilerBundle] Fixed  JSDoc parameter definition

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

191aef9 [WebProfilerBundle] Fixed  JSDoc parameter definition
This commit is contained in:
Nicolas Grekas 2016-07-25 18:11:21 +02:00
commit 544a0739a1

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
*/