Skip to content

Commit 68fe134

Browse files
committed
Resolved a merge conflict
2 parents 8859d44 + 72066db commit 68fe134

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

documentation/_posts/2013-10-20-configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ PHP-VCR can be configured by calling it's `configure` method which returns a `Co
1616
\VCR\VCR::configure()->enableLibraryHooks(array('curl_rewrite', 'soap'));
1717
\VCR\VCR::turnOn();
1818

19-
Library hooks can only intercept HTTP requests if PHP-VCR is turned on right after initializing your autoloader, before
19+
20+
Library hooks can only intercept HTTP requests if PHP-VCR is turned on right after initializing your autoloader, before the actual class to be replaced is loaded.
21+
Once loaded php-vcr does not have any change to do its' magic and intercept any request and/or response invoked by this class.
22+
2023

2124
## Request matching
2225

0 commit comments

Comments
 (0)