style(legacy): php-cs-fixer upgrade
This commit is contained in:
parent
25fbf5cf32
commit
c28fe32cdc
13 changed files with 22 additions and 23 deletions
|
@ -883,11 +883,10 @@ SQL;
|
|||
CcShowQuery::create()
|
||||
->filterByDbId($showId)
|
||||
->delete();
|
||||
/* There is only one cc_show_instance if the user selects 'Delete This Instance'
|
||||
* There is more than one cc_show_instance if the user selects 'Delete This
|
||||
* Instance and All Following'. We only need to set the last_show value
|
||||
* when 'Delete This Instance and All Following' has been selected
|
||||
*/
|
||||
// There is only one cc_show_instance if the user selects 'Delete This Instance'
|
||||
// There is more than one cc_show_instance if the user selects 'Delete This
|
||||
// Instance and All Following'. We only need to set the last_show value
|
||||
// when 'Delete This Instance and All Following' has been selected
|
||||
} elseif (count($ccShowInstances) > 1) {
|
||||
$this->setLastRepeatingShowDate($showId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue