aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib/Grpc/BaseStub.php
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-11-01 21:31:43 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-11-01 21:33:06 +0800
commit9a669b64a248f539d350dcb6c5e4ad817f66519d (patch)
tree5b2def1f6180df83cb3d0fe107d52348c83a2187 /src/php/lib/Grpc/BaseStub.php
parent2a15a3134689a73e3cf6012313bc043015f14b36 (diff)
update php style
Diffstat (limited to 'src/php/lib/Grpc/BaseStub.php')
-rw-r--r--src/php/lib/Grpc/BaseStub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/lib/Grpc/BaseStub.php b/src/php/lib/Grpc/BaseStub.php
index 36d94cae2c..d0baeae955 100644
--- a/src/php/lib/Grpc/BaseStub.php
+++ b/src/php/lib/Grpc/BaseStub.php
@@ -252,7 +252,7 @@ class BaseStub
*
* @param string $method The name of the method to call
* @param array $arguments An array or Traversable of arguments to stream to the
- * server
+ * server
* @param callable $deserialize A function that deserializes the response
* @param array $metadata A metadata map to send to the server
*