Skip to content

Commit 0e6e28b

Browse files
committed
removed dots at the end of @param and @return
1 parent b090534 commit 0e6e28b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Resources/views/Collector/time.html.twig

Lines changed: 5 additions & 5 deletions
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
*/
@@ -142,7 +142,7 @@
142142
/**
143143
* Check whether this event is a child event.
144144
*
145-
* @return true if it is.
145+
* @return true if it is
146146
*/
147147
function isChildEvent(event)
148148
{
@@ -152,7 +152,7 @@
152152
/**
153153
* Check whether this event is categorized in 'section'.
154154
*
155-
* @return true if it is.
155+
* @return true if it is
156156
*/
157157
function isSectionEvent(event)
158158
{
@@ -172,8 +172,8 @@
172172
*
173173
* @param request the request object
174174
* @param max <subjected for removal>
175-
* @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds).
176-
* @param width the width of the canvas.
175+
* @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds)
176+
* @param width the width of the canvas
177177
*/
178178
this.drawOne = function(request, max, threshold, width)
179179
{

0 commit comments

Comments
 (0)