1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-18 05:48:15 +01:00

add missing ; in middleware documentation

This commit is contained in:
Ricky Robinett 2016-03-11 11:34:05 -05:00
parent b03683fee3
commit b00363a54b

View File

@ -151,7 +151,7 @@ downstream handler. This example adds a header to the response.
return $response->withHeader($header, $value);
}
);
}
};
};
}