aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-04-22 08:05:04 -0700
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-04-22 08:05:04 -0700
commita2f63bb615977e1c0295aef03f3bf145a0227987 (patch)
tree7f6865dc39e4d229bb79f70f6948d8b2970052c1
parentdfd0a48b6d6dee547a72a350753e5926b13da1f8 (diff)
parent097a59b2a85f98c445e19a14371b82a05edd518e (diff)
Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback
remove opts param from signature
-rw-r--r--src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php b/src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php
index 9ec95375e9..f8ec1e7da8 100644
--- a/src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php
+++ b/src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php
@@ -38,7 +38,6 @@ class GeneratedCodeWithCallbackTest extends AbstractGeneratedCodeTest {
self::$client = new math\MathClient(new Grpc\BaseStub(
getenv('GRPC_TEST_HOST'), ['update_metadata' =>
function($a_hash,
- $opts = array(),
$client = array()) {
$a_copy = $a_hash;
$a_copy['foo'] = ['bar'];