8000 minor #19412 [WebProfilerBundle] Fixed JSDoc parameter definition (z… · symfony/symfony@544a073 · GitHub
[go: up one dir, main page]

Skip to content

Commit 544a073

Browse files
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
2 parents 44da6e8 + 191aef9 commit 544a073

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
/**
116116
* Query an element with a CSS selector.
117117
*
118-
* @param string selector a CSS-selector-compatible query string
118+
* @param {string} selector - a CSS-selector-compatible query string
119119
*
120120
* @return DOMElement|null
121121
*/

0 commit comments

Comments
 (0)
0