mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fix typo
This commit is contained in:
parent
044065df6f
commit
8f9589f7c8
2 changed files with 2 additions and 2 deletions
|
@ -583,7 +583,7 @@ class CakeResponse {
|
|||
}
|
||||
|
||||
/**
|
||||
* Acccessor for the location header.
|
||||
* Accessor for the location header.
|
||||
*
|
||||
* Get/Set the Location header value.
|
||||
*
|
||||
|
|
|
@ -1062,7 +1062,7 @@ class CakeTime {
|
|||
/**
|
||||
* Get list of timezone identifiers
|
||||
*
|
||||
* @param integer|string $filter A regex to filter identifer
|
||||
* @param integer|string $filter A regex to filter identifier
|
||||
* Or one of DateTimeZone class constants (PHP 5.3 and above)
|
||||
* @param string $country A two-letter ISO 3166-1 compatible country code.
|
||||
* This option is only used when $filter is set to DateTimeZone::PER_COUNTRY (available only in PHP 5.3 and above)
|
||||
|
|
Loading…
Add table
Reference in a new issue