aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-09-09 17:43:00 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-09-09 17:44:09 +0800
commit9392b045177cf1294e4918392bb300b7e458b232 (patch)
treef0d6586c710764739af80ebb354d9497228ef12b /src/php/lib
parent1b5f057995fb2b53746db281ae519d9ae475d24c (diff)
fix php code style
Diffstat (limited to 'src/php/lib')
-rw-r--r--src/php/lib/Grpc/BaseStub.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/lib/Grpc/BaseStub.php b/src/php/lib/Grpc/BaseStub.php
index d850eebc78..8a7f6572a6 100644
--- a/src/php/lib/Grpc/BaseStub.php
+++ b/src/php/lib/Grpc/BaseStub.php
@@ -182,6 +182,7 @@ class BaseStub
} else {
$hostname = $this->hostname;
}
+
return 'https://'.$hostname.$service_name;
}