Skip to content

Commit c790b1f

Browse files
Added comment.
1 parent f91d616 commit c790b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/UsStreetComponentAnalysisExample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function run() {
2626
$credentials = new StaticCredentials($authId, $authToken);
2727

2828
$client = (new ClientBuilder($credentials))
29-
->withFeatureComponentAnalysis()
29+
->withFeatureComponentAnalysis() // To add component analysis feature you need to specify when you create the client.
3030
->buildUsStreetApiClient();
3131

3232
$lookup = new Lookup();

0 commit comments

Comments
 (0)