aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-05-19 16:51:49 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-05-19 16:51:49 -0700
commit803c7ff9734649c09d7de892530d57ed570be1fa (patch)
tree29f7c0de2d2424524c61d1c90de6a606f94b9926 /examples/php
parent46d94bb4aac9f075008229afe815d58072b8baea (diff)
php: one little thing missed
Diffstat (limited to 'examples/php')
-rw-r--r--examples/php/route_guide/route_guide_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/php/route_guide/route_guide_client.php b/examples/php/route_guide/route_guide_client.php
index 595dacd987..b3cd606797 100644
--- a/examples/php/route_guide/route_guide_client.php
+++ b/examples/php/route_guide/route_guide_client.php
@@ -190,7 +190,7 @@ function runRouteChat()
$route_note_reply->getLocation()->getLatitude(),
$route_note_reply->getLocation()->getLongitude(),
$route_note_reply->getMessage());
- }
+ }
}
/**