Skip to content

Commit

Permalink
Merge pull request #69 from krsriq/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme authored Aug 21, 2022
2 parents 0d4a800 + 7030d56 commit 2116cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ $connection = new NetworkSocket('127.0.0.1', 9000);
$content = http_build_query(['key' => 'value']);
$request = new PostRequest('/path/to/target/script.php', $content);

# Register a response callback, expects a `ProvidesResponseData` instance as the only paramter
# Register a response callback, expects a `ProvidesResponseData` instance as the only parameter
$request->addResponseCallbacks(
static function( ProvidesResponseData $response )
{
Expand Down

0 comments on commit 2116cd8

Please sign in to comment.