Commit aff98b7
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 string1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments