🔧
This commit is contained in:
@@ -35,7 +35,7 @@ interface ProfilerStorageInterface
|
||||
* @param string|null $statusCode The response status code
|
||||
* @param \Closure|null $filter A filter to apply on the list of tokens
|
||||
*/
|
||||
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, int $start = null, int $end = null/* , string $statusCode = null, \Closure $filter = null */): array;
|
||||
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?int $start = null, ?int $end = null/* , string $statusCode = null, \Closure $filter = null */): array;
|
||||
|
||||
/**
|
||||
* Reads data associated with the given token.
|
||||
|
||||
Reference in New Issue
Block a user