Skip to content

Commit

Permalink
Changed sendAndReceiveCallback to protected method.
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Mar 25, 2015
1 parent 6eab907 commit d1cde9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php5.3/Hprose/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function sendAndReceive($request) {
protected function asyncSendAndReceive($request, $use) {
throw new \Exception("This client can't support asynchronous invoke.");
}
public function sendAndReceiveCallback($response, $error, $use) {
protected function sendAndReceiveCallback($response, $error, $use) {
list($args, $mode, $context, $callback) = $use;
$result = null;
$callback = new \ReflectionFunction($callback);
Expand Down

0 comments on commit d1cde9b

Please sign in to comment.