We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84507d commit 98b2913Copy full SHA for 98b2913
src/Symfony/Component/HttpKernel/Profiler/Profiler.php
@@ -121,9 +121,9 @@ public function purge()
121
/**
122
* Finds profiler tokens for the given criteria.
123
*
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
+ * @param int|null $limit The maximum number of tokens to return
+ * @param string|null $start The start date to search from
+ * @param string|null $end The end date to search to
127
* @param \Closure|null $filter A filter to apply on the list of tokens
128
129
* @see https://php.net/datetime.formats for the supported date/time formats
0 commit comments