Commit a120354
committed
minor #7835 Fixed a minor syntax issue (javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Fixed a minor syntax issue
After merging #7313, Travis reported a minor syntax issue: the backslashes here weren't escaped:
```
:method:`Symfony\Component\HttpFoundation\Cookie::fromString`
```
Commits
-------
074ff88 Fixed a minor syntax issue1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
| |||
0 commit comments