Skip to content

Commit aff98b7

Browse files
committed
minor symfony#2371 Remove duplicate question mark ? in DSN string (alexander-schranz)
This PR was merged into the 2.x branch. Discussion ---------- Remove duplicate question mark ? in DSN string | Q | A | ------------- | --- | Bug fix? | yes | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Looks like there was `??` accidently added. Commits ------- 33bd17d Remove duplicate question mark ? in DSN string
2 parents 33ae8f2 + 33bd17d commit aff98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/src/Bridge/Google/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default
1010
# With options
1111
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?version=weekly
1212
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?language=fr&region=FR
13-
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default??libraries[]=geometry&libraries[]=places
13+
UX_MAP_DSN=google://GOOGLE_MAPS_API_KEY@default?libraries[]=geometry&libraries[]=places
1414
```
1515

1616
Available options:

0 commit comments

Comments
 (0)