CC-4090: Make code style PSR compliant

-User.php
-removed all trailing whitespace
This commit is contained in:
Martin Konecny 2012-07-10 18:51:32 -04:00
parent 3d243468a7
commit ee3447f903
30 changed files with 1057 additions and 1037 deletions

View file

@ -1,10 +1,10 @@
<?php
class Common {
public static function setTimeInSub($row, $col, $time)
class Common {
public static function setTimeInSub($row, $col, $time)
{
$class = get_class($row).'Peer';
$class = get_class($row).'Peer';
$con = Propel::getConnection($class::DATABASE_NAME);