Skip to content

Commit dd5750f

Browse files
committed
fix merge
1 parent 783e624 commit dd5750f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function match(string $pathinfo): array
242242

243243
class NullProfilerStorage implements ProfilerStorageInterface
244244
{
245-
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?int $start = null, ?int $end = null): array
245+
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?int $start = null, ?int $end = null, string $statusCode = null, \Closure $filter = null): array
246246
{
247247
return [];
248248
}

0 commit comments

Comments
 (0)