Skip to content

Commit 8874de4

Browse files
committed
typo
1 parent 6f1287f commit 8874de4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Http/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ private function checkHeaders(): void
311311
ob_get_length() &&
312312
!array_filter(ob_get_status(true), function (array $i): bool { return !$i['chunk_size']; })
313313
) {
314-
trigger_error('Possible problem: you are sending a HTTP header while already having some data in output buffer. Try Tracy\OutputDebugger or start session earlier.');
314+
trigger_error('Possible problem: you are sending a HTTP header while already having some data in output buffer. Try Tracy\OutputDebugger or send cookies/start session earlier.');
315315
}
316316
}
317317
}

tests/Http.DI/HttpExtension.featurePolicy.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ $container = new Container;
3838
$container->initialize();
3939

4040
$headers = headers_list();
41-
var_dump($headers);
4241

4342
Assert::contains("Feature-Policy: unsized-media 'none'; geolocation 'self' https://example.com; camera *;", $headers);
4443

0 commit comments

Comments
 (0)