aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
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());
- }
+ }
}
/**