Skip to content

Commit 7070b46

Browse files
author
Matthias Jacobi
committed
corrected YourFinalReadResponder to YourFinalWriteResponder
1 parent 519a288 commit 7070b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contents/docs/icehawk/final-responding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ use IceHawk\IceHawk\Interfaces\RespondsFinallyToWriteRequest;
137137
use IceHawk\IceHawk\Interfaces\ProvidesWriteRequestData;
138138
use IceHawk\IceHawk\Constants\HttpCode;
139139

140-
final class YourFinalReadResponder implements RespondsFinallyToWriteRequest
140+
final class YourFinalWriteResponder implements RespondsFinallyToWriteRequest
141141
{
142142
public function handleUncaughtException( \Throwable $throwable, ProvidesWriteRequestData $request )
143143
{

0 commit comments

Comments
 (0)