remove opts param from signature

pull/1335/head
Stanley Cheung 10 years ago
parent e00bd9c8e0
commit 77c45eb042
  1. 1
      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'];

Loading…
Cancel
Save