fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1 (main) (#2677)

* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1

* style: format code

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
renovate[bot] 2023-09-08 15:45:24 +02:00 committed by GitHub
parent de74e9f2dd
commit 9af3050432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
138 changed files with 152 additions and 454 deletions

View File

@ -10,9 +10,7 @@ class DashboardController extends Zend_Controller_Action
->initContext(); ->initContext();
} }
public function indexAction() public function indexAction() {}
{
}
public function disconnectSourceAction() public function disconnectSourceAction()
{ {

View File

@ -2,9 +2,7 @@
class EmbeddableWidgetsController extends Zend_Controller_Action class EmbeddableWidgetsController extends Zend_Controller_Action
{ {
public function init() public function init() {}
{
}
public function playerAction() public function playerAction()
{ {

View File

@ -2,9 +2,7 @@
class IndexController extends Zend_Controller_Action class IndexController extends Zend_Controller_Action
{ {
public function init() public function init() {}
{
}
public function indexAction() public function indexAction()
{ {

View File

@ -687,12 +687,6 @@ class PlaylistController extends Zend_Controller_Action
$this->_helper->json->sendJson($out); $this->_helper->json->sendJson($out);
} }
} }
class WrongTypeToBlockException extends Exception class WrongTypeToBlockException extends Exception {}
{ class WrongTypeToPlaylistException extends Exception {}
} class BlockDynamicException extends Exception {}
class WrongTypeToPlaylistException extends Exception
{
}
class BlockDynamicException extends Exception
{
}

View File

@ -103,9 +103,7 @@ class PreferenceController extends Zend_Controller_Action
$this->_helper->json->sendJson(['url' => $url]); $this->_helper->json->sendJson(['url' => $url]);
} }
public function directoryConfigAction() public function directoryConfigAction() {}
{
}
public function removeLogoAction() public function removeLogoAction()
{ {

View File

@ -2,9 +2,7 @@
class Application_Form_EditAudioMD extends Zend_Form class Application_Form_EditAudioMD extends Zend_Form
{ {
public function init() public function init() {}
{
}
public function startForm($p_id) public function startForm($p_id)
{ {

View File

@ -217,9 +217,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
return $names; return $names;
} }
public function init() public function init() {}
{
}
// converts UTC timestamp citeria into user timezone strings. // converts UTC timestamp citeria into user timezone strings.
private function convertTimestamps(&$criteria) private function convertTimestamps(&$criteria)

View File

@ -4,9 +4,7 @@ class Application_Form_StreamSetting extends Zend_Form
{ {
private $setting; private $setting;
public function init() public function init() {}
{
}
public function setSetting($setting) public function setSetting($setting)
{ {

View File

@ -7,9 +7,7 @@ class Application_Form_StreamSettingSubForm extends Zend_Form_SubForm
public static $customizable; public static $customizable;
public function init() public function init() {}
{
}
public function setPrefix($prefix) public function setPrefix($prefix)
{ {

View File

@ -1867,15 +1867,7 @@ SQL;
// smart block functions end // smart block functions end
} }
class BlockNotFoundException extends Exception class BlockNotFoundException extends Exception {}
{ class BlockNoPermissionException extends Exception {}
} class BlockOutDatedException extends Exception {}
class BlockNoPermissionException extends Exception class BlockDyanmicException extends Exception {}
{
}
class BlockOutDatedException extends Exception
{
}
class BlockDyanmicException extends Exception
{
}

View File

@ -2,9 +2,7 @@
class Application_Model_ListenerStat class Application_Model_ListenerStat
{ {
public function __construct() public function __construct() {}
{
}
public static function getDataPointsWithinRange($p_start, $p_end) public static function getDataPointsWithinRange($p_start, $p_end)
{ {

View File

@ -2,9 +2,7 @@
class Application_Model_LoginAttempts class Application_Model_LoginAttempts
{ {
public function __construct() public function __construct() {}
{
}
public static function increaseAttempts($ip) public static function increaseAttempts($ip)
{ {

View File

@ -1145,12 +1145,6 @@ SQL;
} }
} // class Playlist } // class Playlist
class PlaylistNotFoundException extends Exception class PlaylistNotFoundException extends Exception {}
{ class PlaylistNoPermissionException extends Exception {}
} class PlaylistOutDatedException extends Exception {}
class PlaylistNoPermissionException extends Exception
{
}
class PlaylistOutDatedException extends Exception
{
}

View File

@ -1084,9 +1084,7 @@ final class Application_Model_Scheduler
} }
} }
private function updateMovedItem() private function updateMovedItem() {}
{
}
private function getInstances($instanceId) private function getInstances($instanceId)
{ {
@ -1410,6 +1408,4 @@ final class Application_Model_Scheduler
} }
} }
class OutDatedScheduleException extends Exception class OutDatedScheduleException extends Exception {}
{
}

View File

@ -1183,12 +1183,6 @@ SQL;
} }
} }
class DeleteScheduledFileException extends Exception class DeleteScheduledFileException extends Exception {}
{ class FileDoesNotExistException extends Exception {}
} class FileNoPermissionException extends Exception {}
class FileDoesNotExistException extends Exception
{
}
class FileNoPermissionException extends Exception
{
}

View File

@ -449,6 +449,4 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
} }
} }
class WebstreamNoPermissionException extends Exception class WebstreamNoPermissionException extends Exception {}
{
}

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcAccess extends BaseCcAccess class CcAccess extends BaseCcAccess {} // CcAccess
{
} // CcAccess

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcAccessPeer extends BaseCcAccessPeer class CcAccessPeer extends BaseCcAccessPeer {} // CcAccessPeer
{
} // CcAccessPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcAccessQuery extends BaseCcAccessQuery class CcAccessQuery extends BaseCcAccessQuery {} // CcAccessQuery
{
} // CcAccessQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBackup extends BaseCcBackup class CcBackup extends BaseCcBackup {} // CcBackup
{
} // CcBackup

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBackupPeer extends BaseCcBackupPeer class CcBackupPeer extends BaseCcBackupPeer {} // CcBackupPeer
{
} // CcBackupPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBackupQuery extends BaseCcBackupQuery class CcBackupQuery extends BaseCcBackupQuery {} // CcBackupQuery
{
} // CcBackupQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockPeer extends BaseCcBlockPeer class CcBlockPeer extends BaseCcBlockPeer {} // CcBlockPeer
{
} // CcBlockPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockQuery extends BaseCcBlockQuery class CcBlockQuery extends BaseCcBlockQuery {} // CcBlockQuery
{
} // CcBlockQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockcontentsPeer extends BaseCcBlockcontentsPeer class CcBlockcontentsPeer extends BaseCcBlockcontentsPeer {} // CcBlockcontentsPeer
{
} // CcBlockcontentsPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockcontentsQuery extends BaseCcBlockcontentsQuery class CcBlockcontentsQuery extends BaseCcBlockcontentsQuery {} // CcBlockcontentsQuery
{
} // CcBlockcontentsQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockcriteria extends BaseCcBlockcriteria class CcBlockcriteria extends BaseCcBlockcriteria {} // CcBlockcriteria
{
} // CcBlockcriteria

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockcriteriaPeer extends BaseCcBlockcriteriaPeer class CcBlockcriteriaPeer extends BaseCcBlockcriteriaPeer {} // CcBlockcriteriaPeer
{
} // CcBlockcriteriaPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcBlockcriteriaQuery extends BaseCcBlockcriteriaQuery class CcBlockcriteriaQuery extends BaseCcBlockcriteriaQuery {} // CcBlockcriteriaQuery
{
} // CcBlockcriteriaQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcFileTag extends BaseCcFileTag class CcFileTag extends BaseCcFileTag {} // CcFileTag
{
} // CcFileTag

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcFileTagPeer extends BaseCcFileTagPeer class CcFileTagPeer extends BaseCcFileTagPeer {} // CcFileTagPeer
{
} // CcFileTagPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcFileTagQuery extends BaseCcFileTagQuery class CcFileTagQuery extends BaseCcFileTagQuery {} // CcFileTagQuery
{
} // CcFileTagQuery

View File

@ -7,17 +7,11 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class InvalidMetadataException extends Exception class InvalidMetadataException extends Exception {}
{
}
class LibreTimeFileNotFoundException extends Exception class LibreTimeFileNotFoundException extends Exception {}
{
}
class OverDiskQuotaException extends Exception class OverDiskQuotaException extends Exception {}
{
}
class CcFiles extends BaseCcFiles class CcFiles extends BaseCcFiles
{ {

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcFilesPeer extends BaseCcFilesPeer class CcFilesPeer extends BaseCcFilesPeer {} // CcFilesPeer
{
} // CcFilesPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcFilesQuery extends BaseCcFilesQuery class CcFilesQuery extends BaseCcFilesQuery {} // CcFilesQuery
{
} // CcFilesQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcListenerCount extends BaseCcListenerCount class CcListenerCount extends BaseCcListenerCount {} // CcListenerCount
{
} // CcListenerCount

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcListenerCountPeer extends BaseCcListenerCountPeer class CcListenerCountPeer extends BaseCcListenerCountPeer {} // CcListenerCountPeer
{
} // CcListenerCountPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcListenerCountQuery extends BaseCcListenerCountQuery class CcListenerCountQuery extends BaseCcListenerCountQuery {} // CcListenerCountQuery
{
} // CcListenerCountQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLiveLog extends BaseCcLiveLog class CcLiveLog extends BaseCcLiveLog {} // CcLiveLog
{
} // CcLiveLog

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLiveLogPeer extends BaseCcLiveLogPeer class CcLiveLogPeer extends BaseCcLiveLogPeer {} // CcLiveLogPeer
{
} // CcLiveLogPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLiveLogQuery extends BaseCcLiveLogQuery class CcLiveLogQuery extends BaseCcLiveLogQuery {} // CcLiveLogQuery
{
} // CcLiveLogQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLocale extends BaseCcLocale class CcLocale extends BaseCcLocale {} // CcLocale
{
} // CcLocale

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLocalePeer extends BaseCcLocalePeer class CcLocalePeer extends BaseCcLocalePeer {} // CcLocalePeer
{
} // CcLocalePeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLocaleQuery extends BaseCcLocaleQuery class CcLocaleQuery extends BaseCcLocaleQuery {} // CcLocaleQuery
{
} // CcLocaleQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLoginAttempts extends BaseCcLoginAttempts class CcLoginAttempts extends BaseCcLoginAttempts {} // CcLoginAttempts
{
} // CcLoginAttempts

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLoginAttemptsPeer extends BaseCcLoginAttemptsPeer class CcLoginAttemptsPeer extends BaseCcLoginAttemptsPeer {} // CcLoginAttemptsPeer
{
} // CcLoginAttemptsPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcLoginAttemptsQuery extends BaseCcLoginAttemptsQuery class CcLoginAttemptsQuery extends BaseCcLoginAttemptsQuery {} // CcLoginAttemptsQuery
{
} // CcLoginAttemptsQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcMountName extends BaseCcMountName class CcMountName extends BaseCcMountName {} // CcMountName
{
} // CcMountName

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcMountNamePeer extends BaseCcMountNamePeer class CcMountNamePeer extends BaseCcMountNamePeer {} // CcMountNamePeer
{
} // CcMountNamePeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcMountNameQuery extends BaseCcMountNameQuery class CcMountNameQuery extends BaseCcMountNameQuery {} // CcMountNameQuery
{
} // CcMountNameQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistPeer extends BaseCcPlaylistPeer class CcPlaylistPeer extends BaseCcPlaylistPeer {} // CcPlaylistPeer
{
} // CcPlaylistPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistQuery extends BaseCcPlaylistQuery class CcPlaylistQuery extends BaseCcPlaylistQuery {} // CcPlaylistQuery
{
} // CcPlaylistQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistcontentsPeer extends BaseCcPlaylistcontentsPeer class CcPlaylistcontentsPeer extends BaseCcPlaylistcontentsPeer {} // CcPlaylistcontentsPeer
{
} // CcPlaylistcontentsPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistcontentsQuery extends BaseCcPlaylistcontentsQuery class CcPlaylistcontentsQuery extends BaseCcPlaylistcontentsQuery {} // CcPlaylistcontentsQuery
{
} // CcPlaylistcontentsQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistcriteria extends BaseCcPlaylistcriteria class CcPlaylistcriteria extends BaseCcPlaylistcriteria {} // CcPlaylistcriteria
{
} // CcPlaylistcriteria

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistcriteriaPeer extends BaseCcPlaylistcriteriaPeer class CcPlaylistcriteriaPeer extends BaseCcPlaylistcriteriaPeer {} // CcPlaylistcriteriaPeer
{
} // CcPlaylistcriteriaPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlaylistcriteriaQuery extends BaseCcPlaylistcriteriaQuery class CcPlaylistcriteriaQuery extends BaseCcPlaylistcriteriaQuery {} // CcPlaylistcriteriaQuery
{
} // CcPlaylistcriteriaQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistory extends BaseCcPlayoutHistory class CcPlayoutHistory extends BaseCcPlayoutHistory {} // CcPlayoutHistory
{
} // CcPlayoutHistory

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryMetaDataPeer extends BaseCcPlayoutHistoryMetaDataPeer class CcPlayoutHistoryMetaDataPeer extends BaseCcPlayoutHistoryMetaDataPeer {} // CcPlayoutHistoryMetaDataPeer
{
} // CcPlayoutHistoryMetaDataPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryMetaDataQuery extends BaseCcPlayoutHistoryMetaDataQuery class CcPlayoutHistoryMetaDataQuery extends BaseCcPlayoutHistoryMetaDataQuery {} // CcPlayoutHistoryMetaDataQuery
{
} // CcPlayoutHistoryMetaDataQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryPeer extends BaseCcPlayoutHistoryPeer class CcPlayoutHistoryPeer extends BaseCcPlayoutHistoryPeer {} // CcPlayoutHistoryPeer
{
} // CcPlayoutHistoryPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryQuery extends BaseCcPlayoutHistoryQuery class CcPlayoutHistoryQuery extends BaseCcPlayoutHistoryQuery {} // CcPlayoutHistoryQuery
{
} // CcPlayoutHistoryQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryTemplate extends BaseCcPlayoutHistoryTemplate class CcPlayoutHistoryTemplate extends BaseCcPlayoutHistoryTemplate {} // CcPlayoutHistoryTemplate
{
} // CcPlayoutHistoryTemplate

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryTemplateField extends BaseCcPlayoutHistoryTemplateField class CcPlayoutHistoryTemplateField extends BaseCcPlayoutHistoryTemplateField {} // CcPlayoutHistoryTemplateField
{
} // CcPlayoutHistoryTemplateField

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryTemplateFieldPeer extends BaseCcPlayoutHistoryTemplateFieldPeer class CcPlayoutHistoryTemplateFieldPeer extends BaseCcPlayoutHistoryTemplateFieldPeer {} // CcPlayoutHistoryTemplateFieldPeer
{
} // CcPlayoutHistoryTemplateFieldPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryTemplateFieldQuery extends BaseCcPlayoutHistoryTemplateFieldQuery class CcPlayoutHistoryTemplateFieldQuery extends BaseCcPlayoutHistoryTemplateFieldQuery {} // CcPlayoutHistoryTemplateFieldQuery
{
} // CcPlayoutHistoryTemplateFieldQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryTemplatePeer extends BaseCcPlayoutHistoryTemplatePeer class CcPlayoutHistoryTemplatePeer extends BaseCcPlayoutHistoryTemplatePeer {} // CcPlayoutHistoryTemplatePeer
{
} // CcPlayoutHistoryTemplatePeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPlayoutHistoryTemplateQuery extends BaseCcPlayoutHistoryTemplateQuery class CcPlayoutHistoryTemplateQuery extends BaseCcPlayoutHistoryTemplateQuery {} // CcPlayoutHistoryTemplateQuery
{
} // CcPlayoutHistoryTemplateQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPref extends BaseCcPref class CcPref extends BaseCcPref {} // CcPref
{
} // CcPref

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPrefPeer extends BaseCcPrefPeer class CcPrefPeer extends BaseCcPrefPeer {} // CcPrefPeer
{
} // CcPrefPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcPrefQuery extends BaseCcPrefQuery class CcPrefQuery extends BaseCcPrefQuery {} // CcPrefQuery
{
} // CcPrefQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcSchedulePeer extends BaseCcSchedulePeer class CcSchedulePeer extends BaseCcSchedulePeer {} // CcSchedulePeer
{
} // CcSchedulePeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcScheduleQuery extends BaseCcScheduleQuery class CcScheduleQuery extends BaseCcScheduleQuery {} // CcScheduleQuery
{
} // CcScheduleQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcServiceRegister extends BaseCcServiceRegister class CcServiceRegister extends BaseCcServiceRegister {} // CcServiceRegister
{
} // CcServiceRegister

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcServiceRegisterPeer extends BaseCcServiceRegisterPeer class CcServiceRegisterPeer extends BaseCcServiceRegisterPeer {} // CcServiceRegisterPeer
{
} // CcServiceRegisterPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcServiceRegisterQuery extends BaseCcServiceRegisterQuery class CcServiceRegisterQuery extends BaseCcServiceRegisterQuery {} // CcServiceRegisterQuery
{
} // CcServiceRegisterQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowDaysPeer extends BaseCcShowDaysPeer class CcShowDaysPeer extends BaseCcShowDaysPeer {} // CcShowDaysPeer
{
} // CcShowDaysPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowDaysQuery extends BaseCcShowDaysQuery class CcShowDaysQuery extends BaseCcShowDaysQuery {} // CcShowDaysQuery
{
} // CcShowDaysQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowHosts extends BaseCcShowHosts class CcShowHosts extends BaseCcShowHosts {} // CcShowHosts
{
} // CcShowHosts

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowHostsPeer extends BaseCcShowHostsPeer class CcShowHostsPeer extends BaseCcShowHostsPeer {} // CcShowHostsPeer
{
} // CcShowHostsPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowHostsQuery extends BaseCcShowHostsQuery class CcShowHostsQuery extends BaseCcShowHostsQuery {} // CcShowHostsQuery
{
} // CcShowHostsQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowInstancesPeer extends BaseCcShowInstancesPeer class CcShowInstancesPeer extends BaseCcShowInstancesPeer {} // CcShowInstancesPeer
{
} // CcShowInstancesPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowInstancesQuery extends BaseCcShowInstancesQuery class CcShowInstancesQuery extends BaseCcShowInstancesQuery {} // CcShowInstancesQuery
{
} // CcShowInstancesQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowPeer extends BaseCcShowPeer class CcShowPeer extends BaseCcShowPeer {} // CcShowPeer
{
} // CcShowPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowQuery extends BaseCcShowQuery class CcShowQuery extends BaseCcShowQuery {} // CcShowQuery
{
} // CcShowQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowRebroadcast extends BaseCcShowRebroadcast class CcShowRebroadcast extends BaseCcShowRebroadcast {} // CcShowRebroadcast
{
} // CcShowRebroadcast

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowRebroadcastPeer extends BaseCcShowRebroadcastPeer class CcShowRebroadcastPeer extends BaseCcShowRebroadcastPeer {} // CcShowRebroadcastPeer
{
} // CcShowRebroadcastPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowRebroadcastQuery extends BaseCcShowRebroadcastQuery class CcShowRebroadcastQuery extends BaseCcShowRebroadcastQuery {} // CcShowRebroadcastQuery
{
} // CcShowRebroadcastQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowSchedule extends BaseCcShowSchedule class CcShowSchedule extends BaseCcShowSchedule {} // CcShowSchedule
{
} // CcShowSchedule

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowSchedulePeer extends BaseCcShowSchedulePeer class CcShowSchedulePeer extends BaseCcShowSchedulePeer {} // CcShowSchedulePeer
{
} // CcShowSchedulePeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcShowScheduleQuery extends BaseCcShowScheduleQuery class CcShowScheduleQuery extends BaseCcShowScheduleQuery {} // CcShowScheduleQuery
{
} // CcShowScheduleQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcSubjsPeer extends BaseCcSubjsPeer class CcSubjsPeer extends BaseCcSubjsPeer {} // CcSubjsPeer
{
} // CcSubjsPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcSubjsQuery extends BaseCcSubjsQuery class CcSubjsQuery extends BaseCcSubjsQuery {} // CcSubjsQuery
{
} // CcSubjsQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcSubjsToken extends BaseCcSubjsToken class CcSubjsToken extends BaseCcSubjsToken {} // CcSubjsToken
{
} // CcSubjsToken

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcSubjsTokenPeer extends BaseCcSubjsTokenPeer class CcSubjsTokenPeer extends BaseCcSubjsTokenPeer {} // CcSubjsTokenPeer
{
} // CcSubjsTokenPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcSubjsTokenQuery extends BaseCcSubjsTokenQuery class CcSubjsTokenQuery extends BaseCcSubjsTokenQuery {} // CcSubjsTokenQuery
{
} // CcSubjsTokenQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcTag extends BaseCcTag class CcTag extends BaseCcTag {} // CcTag
{
} // CcTag

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcTagPeer extends BaseCcTagPeer class CcTagPeer extends BaseCcTagPeer {} // CcTagPeer
{
} // CcTagPeer

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcTagQuery extends BaseCcTagQuery class CcTagQuery extends BaseCcTagQuery {} // CcTagQuery
{
} // CcTagQuery

View File

@ -7,6 +7,4 @@
* application requirements. This class will only be generated as * application requirements. This class will only be generated as
* long as it does not already exist in the output directory. * long as it does not already exist in the output directory.
*/ */
class CcTimestamp extends BaseCcTimestamp class CcTimestamp extends BaseCcTimestamp {} // CcTimestamp
{
} // CcTimestamp

Some files were not shown because too many files have changed in this diff Show More