Skip to content

Commit 78b4f4d

Browse files
authored
Updated method description
1 parent e9b8558 commit 78b4f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CrossOriginProxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class CrossOriginProxy
1212
/**
1313
* Proxies the incoming request and outputs the response, including headers.
1414
*
15-
* @param whitelist Array of acceptable request URLs.
16-
* @param curl_opts Array of cURL options to add to proxy request.
15+
* @param whitelist Array of request URLs whitelist rules.
16+
* @param curl_opts Array of cURL options for proxy request.
1717
* @param zlib Value for zlib.output_compression.
1818
*
1919
* @see http://php.net/manual/function.curl-setopt.php

0 commit comments

Comments
 (0)