This commit is contained in:
Kairat Jenishev
2016-04-14 17:01:32 +06:00
parent c01f685e3b
commit 2d0cd4c8d9

View File

@@ -159,7 +159,7 @@ class Request
} }
/** /**
* Set a coockie string for enabling coockie handling * Set a cookie string for enabling cookie handling
* *
* @param string $cookie * @param string $cookie
*/ */
@@ -169,7 +169,7 @@ class Request
} }
/** /**
* Set a coockie file path for enabling coockie handling * Set a cookie file path for enabling cookie handling
* *
* $cookieFile must be a correct path with write permission * $cookieFile must be a correct path with write permission
* *