Skip to content

fix sphinx build #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation
````````````

HTTPlug works with any HTTP client implementation that provides PSR-18 or a
HTTPlug adapter. The flex recipe installs the php-http curl client. See
HTTPlug adapter. The flex recipe installs the `php-http` curl client. See
:doc:`../clients` for a list of clients known to work with the bundle.

You can find all available configuration at the
Expand Down
4 changes: 2 additions & 2 deletions plugins/vcr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The naming strategy
*******************

The naming strategy turn a request into a deterministic and unique identifier.
The identifier must be safe to use with a filesystem.
The identifier must be safe to use with a file system.
The plugin provide a default naming strategy, the ``PathNamingStrategy``. You can define two options:

* **hash_headers**: the list of header(s) that make the request unique (Ex: 'Authorization'). The name & content of the header will be hashed to generate a unique signature. By default no header is used.
Expand All @@ -38,7 +38,7 @@ The recorder

The recorder records and replays responses. The plugin provides two recorders:

* ``FilesystemRecorder``: Saves the response on your filesystem using Symfony's `filesystem component`_ and `Guzzle PSR7`_ library.
* ``FilesystemRecorder``: Saves the response on your file system using Symfony's `filesystem component`_ and `Guzzle PSR7`_ library.
* ``InMemoryRecorder``: Saves the response in memory. **Response will be lost at the end of the running process**

To create your own recorder, you need to create a class implementing the following interfaces:
Expand Down
1 change: 1 addition & 0 deletions spelling_word_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ plugins
matchers
matcher
multipart
natively
param
params
profiler
Expand Down