Skip to content

Commit 98b2913

Browse files
CS fix
1 parent c84507d commit 98b2913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Profiler/Profiler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ public function purge()
121121
/**
122122
* Finds profiler tokens for the given criteria.
123123
*
124-
* @param int|null $limit The maximum number of tokens to return
125-
* @param string|null $start The start date to search from
126-
* @param string|null $end The end date to search to
124+
* @param int|null $limit The maximum number of tokens to return
125+
* @param string|null $start The start date to search from
126+
* @param string|null $end The end date to search to
127127
* @param \Closure|null $filter A filter to apply on the list of tokens
128128
*
129129
* @see https://php.net/datetime.formats for the supported date/time formats

0 commit comments

Comments
 (0)