style(legacy): format using php-cs-fixer

This commit is contained in:
jo 2022-10-12 17:02:14 +02:00 committed by Jonas L
parent ca535d1a10
commit d73555fa65
10 changed files with 35 additions and 35 deletions

View file

@ -121,7 +121,7 @@ class Application_Service_ShowFormService
* Delegates populating each show form with the appropriate
* data of the current show being edited.
*
* @param $forms
* @param mixed $forms
*/
public function delegateShowFormPopulation($forms)
{
@ -284,8 +284,8 @@ class Application_Service_ShowFormService
/**
* Enter description here ...
*
* @param $form
* @param DateTime $nextFutureShowStart user's local timezone
* @param mixed $form
*/
private function populateFormRepeats($form, $nextFutureShowStart)
{
@ -488,7 +488,7 @@ class Application_Service_ShowFormService
* Before we send the form data in for validation, there
* are a few fields we may need to adjust first.
*
* @param $formData
* @param mixed $formData
*/
public function preEditShowValidationCheck($formData)
{