Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 11, 2021
1 parent 63c8f78 commit 48fd943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private function checkHeaders(): void
ob_get_length() &&
!array_filter(ob_get_status(true), function (array $i): bool { return !$i['chunk_size']; })
) {
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.');
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.');
}
}
}

0 comments on commit 48fd943

Please sign in to comment.