Skip to content

Commit

Permalink
Merge pull request guzzle#2523 from BackEndTea/patch-1
Browse files Browse the repository at this point in the history
Remove additional backticks in upgrading document
  • Loading branch information
sagikazarmark authored Dec 30, 2019
2 parents 7a30f3b + c5d2b6a commit 3de47d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Example:

```php
// Before:
`curl_version()`;
curl_version();

// After:
`\curl_version()`;
\curl_version();
```

For the full diff you can check [here](https://github.com/guzzle/guzzle/compare/6.5.0..master).
Expand Down

0 comments on commit 3de47d1

Please sign in to comment.