Skip to content
Snippets Groups Projects
Commit a2f63bb6 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback

remove opts param from signature
parents dfd0a48b 097a59b2
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
......
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