8000 Merge branch '7.1' into 7.2 · symfony/symfony@9a3e33b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a3e33b

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix merge fix merge
2 parents e2c8b5f + 381999d commit 9a3e33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function match(string $pathinfo): array
238238

239239
class NullProfilerStorage implements ProfilerStorageInterface
240240
{
241-
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?int $start = null, ?int $end = null): array
241+
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?int $start = null, ?int $end = null, ?string $statusCode = null, ?\Closure $filter = null): array
242242
{
243243
return [];
244244
}
@@ -253,7 +253,7 @@ public function write(Profile $profile): bool
253253
return true;
254254
}
255255

256-
public function purge()
256+
public function purge(): void
257257
{
258258
}
259259
}

0 commit comments

Comments
 (0)
0