Skip to content

Commit 35ad679

Browse files
committed
Merge branch '3.1'
* 3.1: fixed CS fixed CS fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 [Security] Allow LDAP loadUser override removed dots at the end of @param and @return fixed typo
2 parents c71c577 + 0043f50 commit 35ad679

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
@@ -160,7 +160,7 @@
160160
/**
161161
* Query an element with a CSS selector.
162162
*
163-
* @param string selector a CSS-selector-compatible query string.
163+
* @param string selector a CSS-selector-compatible query string
164164
*
165165
* @return DOMElement|null
166166
*/
@@ -187,7 +187,7 @@
187187
/**
188188
* Check whether this event is a child event.
189189
*
190-
* @return true if it is.
190+
* @return true if it is
191191
*/
192192
function isChildEvent(event)
193193
{
@@ -197,7 +197,7 @@
197197
/**
198198
* Check whether this event is categorized in 'section'.
199199
*
200-
* @return true if it is.
200+
* @return true if it is
201201
*/
202202
function isSectionEvent(event)
203203
{
@@ -217,8 +217,8 @@
217217
*
218218
* @param request the request object
219219
* @param max <subjected for removal>
220-
* @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds).
221-
* @param width the width of the canvas.
220+
* @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds)
221+
* @param width the width of the canvas
222222
*/
223223
this.drawOne = function(request, max, threshold, width)
224224
{

0 commit comments

Comments
 (0)