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

@ -38,9 +38,9 @@ class CcShow extends BaseCcShow
* @param Criteria $criteria optional Criteria object to narrow the query
* @param PropelPDO $con optional connection object
*
* @throws PropelException
*
* @return array|PropelCollection CcShowDays[] List of CcShowDays objects
*
* @throws PropelException
*/
public function getFirstCcShowDay($criteria = null, PropelPDO $con = null)
{
@ -157,9 +157,9 @@ class CcShow extends BaseCcShow
* @param Criteria $criteria optional Criteria object to narrow the query
* @param PropelPDO $con optional connection object
*
* @throws PropelException
*
* @return array|PropelCollection CcShowInstances[] List of CcShowInstances objects
*
* @throws PropelException
*/
public function getFutureCcShowInstancess($criteria = null, PropelPDO $con = null)
{
@ -242,9 +242,9 @@ class CcShow extends BaseCcShow
* @param Criteria $criteria optional Criteria object to narrow the query
* @param PropelPDO $con optional connection object
*
* @throws PropelException
*
* @return array|PropelCollection CcShowInstances[] List of CcShowInstances objects
*
* @throws PropelException
*/
public function getCcShowInstancess($criteria = null, PropelPDO $con = null)
{