Skip to content
Snippets Groups Projects
Commit 77c45eb0 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

remove opts param from signature

parent e00bd9c8
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ class GeneratedCodeWithCallbackTest extends AbstractGeneratedCodeTest { ...@@ -38,7 +38,6 @@ class GeneratedCodeWithCallbackTest extends AbstractGeneratedCodeTest {
self::$client = new math\MathClient(new Grpc\BaseStub( self::$client = new math\MathClient(new Grpc\BaseStub(
getenv('GRPC_TEST_HOST'), ['update_metadata' => getenv('GRPC_TEST_HOST'), ['update_metadata' =>
function($a_hash, function($a_hash,
$opts = array(),
$client = array()) { $client = array()) {
$a_copy = $a_hash; $a_copy = $a_hash;
$a_copy['foo'] = ['bar']; $a_copy['foo'] = ['bar'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment