mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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 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
|
||||
*/
|
||||
public function toQuarter($dateString, $range = false) {
|
||||
|
|
Loading…
Add table
Reference in a new issue