CC-4090: Make code style PSR compliant - part 4

-models dir
This commit is contained in:
Martin Konecny 2012-08-29 10:58:03 -04:00
parent 699a49a103
commit 4848717d4d
17 changed files with 439 additions and 404 deletions

View file

@ -1,7 +1,7 @@
<?php
class SamplerateFormatter {
class SamplerateFormatter
{
/**
* @string sample rate
*/
@ -21,4 +21,4 @@ class SamplerateFormatter {
return "{$kHz} kHz";
}
}
}