chore(legacy): format code

This commit is contained in:
jo 2022-09-12 13:16:14 +02:00 committed by Jonas L
parent da52f495b4
commit 63d9e430e1
33 changed files with 111 additions and 102 deletions

View file

@ -15,9 +15,9 @@ class CcSchedule extends BaseCcSchedule
* @param string $format The date/time format string (either date()-style or strftime()-style).
* If format is NULL, then the raw DateTime object will be returned.
*
* @throws propelException - if unable to parse/validate the date/time value
*
* @return mixed Formatted date/time value as string or DateTime object (if format is NULL), NULL if column is NULL
*
* @throws propelException - if unable to parse/validate the date/time value
*/
public function getDbStarts($format = 'Y-m-d H:i:s.u')
{
@ -48,9 +48,9 @@ class CcSchedule extends BaseCcSchedule
* @param string $format The date/time format string (either date()-style or strftime()-style).
* If format is NULL, then the raw DateTime object will be returned.
*
* @throws propelException - if unable to parse/validate the date/time value
*
* @return mixed Formatted date/time value as string or DateTime object (if format is NULL), NULL if column is NULL
*
* @throws propelException - if unable to parse/validate the date/time value
*/
public function getDbEnds($format = 'Y-m-d H:i:s.u')
{
@ -80,9 +80,9 @@ class CcSchedule extends BaseCcSchedule
*
* @param mixed $format
*
* @throws propelException - if unable to parse/validate the date/time value
*
* @return mixed Formatted date/time value as string or DateTime object (if format is NULL), NULL if column is NULL
*
* @throws propelException - if unable to parse/validate the date/time value
*/
public function getDbFadeIn($format = 's.u')
{
@ -94,9 +94,9 @@ class CcSchedule extends BaseCcSchedule
*
* @param mixed $format
*
* @throws propelException - if unable to parse/validate the date/time value
*
* @return mixed Formatted date/time value as string or DateTime object (if format is NULL), NULL if column is NULL
*
* @throws propelException - if unable to parse/validate the date/time value
*/
public function getDbFadeOut($format = 's.u')
{