CC-4090: Make code style PSR compliant

StreamSetting.php
This commit is contained in:
Martin Konecny 2012-07-09 23:32:21 -04:00
parent dec68649c1
commit e91c96b90e
8 changed files with 194 additions and 177 deletions

View file

@ -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'
)