CC-4090: Make code style PSR compliant
Subjects.php
This commit is contained in:
parent
dc2b4fed0a
commit
3d243468a7
4 changed files with 31 additions and 26 deletions
|
@ -6,7 +6,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
|
|||
{
|
||||
// retrieves the length limit for each char field
|
||||
// and store to assoc array
|
||||
$maxLens = Application_Model_Show::GetMaxLengths();
|
||||
$maxLens = Application_Model_Show::getMaxLengths();
|
||||
|
||||
// Hidden element to indicate whether the show is new or
|
||||
// whether we are updating an existing show.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue