CC-4090: Make code style PSR compliant
StreamSetting.php
This commit is contained in:
parent
dec68649c1
commit
e91c96b90e
8 changed files with 194 additions and 177 deletions
|
@ -24,7 +24,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
|||
'label' => 'Station Name',
|
||||
'required' => false,
|
||||
'filters' => array('StringTrim'),
|
||||
'value' => Application_Model_Preference::GetValue("station_name"),
|
||||
'value' => Application_Model_Preference::getValue("station_name"),
|
||||
'decorators' => array(
|
||||
'ViewHelper'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue