Fixed order in entry/update, fixed a lot of codestyle

This commit is contained in:
Andrey
2013-06-19 16:09:31 +02:00
parent c8b62c02db
commit 1764d5f5c4
31 changed files with 719 additions and 306 deletions

View File

@@ -13,10 +13,10 @@ use Doctrine\ORM\EntityRepository;
*/
class SessionRepository extends EntityRepository
{
/**
*
* @param User_Adapter $user
*
* @return \Doctrine\Common\Collections\Collection
*/
public function getAllForUser(\User_Adapter $user)