mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix incorrect toQuarter docblock return tag
This commit is contained in:
parent
bab613652a
commit
09300433f5
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class TimeHelper extends AppHelper {
|
||||||
*
|
*
|
||||||
* @param string $dateString
|
* @param string $dateString
|
||||||
* @param boolean $range if true returns a range in Y-m-d format
|
* @param boolean $range if true returns a range in Y-m-d format
|
||||||
* @return boolean True if datetime string is within current week
|
* @return mixed 1, 2, 3, or 4 quarter of year or array if $range true
|
||||||
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#formatting
|
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#formatting
|
||||||
*/
|
*/
|
||||||
public function toQuarter($dateString, $range = false) {
|
public function toQuarter($dateString, $range = false) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue