mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixed doc description
This commit is contained in:
parent
a8ea1c6b55
commit
5d9d62ba57
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ class CakeResponse {
|
||||||
* ### Any URI
|
* ### Any URI
|
||||||
* e.g `cors($request, '*');`
|
* e.g `cors($request, '*');`
|
||||||
*
|
*
|
||||||
* ### Any of URI
|
* ### Whitelist of URIs
|
||||||
* e.g `cors($request, array('http://www.cakephp.org', '*.google.com', 'https://myproject.github.io'));`
|
* e.g `cors($request, array('http://www.cakephp.org', '*.google.com', 'https://myproject.github.io'));`
|
||||||
*
|
*
|
||||||
* @param CakeRequest $request Request object
|
* @param CakeRequest $request Request object
|
||||||
|
|
Loading…
Reference in a new issue