diff options
author | Stanley Cheung <stanleycheung@google.com> | 2015-04-21 16:29:31 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2015-04-21 17:04:25 -0700 |
commit | 77c45eb042ba328d25df9e602c84dedc9e82e9c9 (patch) | |
tree | a85c8fa1a57b31fe8d616c1a5b30cc97c8f114d5 /src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php | |
parent | e00bd9c8e044f082e164a849241ac5ffc64bcace (diff) |
remove opts param from signature
Diffstat (limited to 'src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php')
-rw-r--r-- | src/php/tests/generated_code/GeneratedCodeWithCallbackTest.php | 1 |
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']; |