style(legacy): format using php-cs-fixer
This commit is contained in:
parent
ca535d1a10
commit
d73555fa65
10 changed files with 35 additions and 35 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue