chore(legacy): format code
This commit is contained in:
parent
da52f495b4
commit
63d9e430e1
33 changed files with 111 additions and 102 deletions
|
@ -6,7 +6,7 @@ class Application_Model_StreamConfig
|
|||
{
|
||||
private static function toOutputKey($id)
|
||||
{
|
||||
return 's' . ($id);
|
||||
return 's' . $id;
|
||||
}
|
||||
|
||||
private static function toOutputId($key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue