mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Fix CS
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Entities;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* AuthFailure
|
||||
*/
|
||||
|
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Entities;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
/**
|
||||
* LazaretAttribute
|
||||
*/
|
||||
|
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Entities;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
/**
|
||||
* LazaretCheck
|
||||
*/
|
||||
|
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Entities;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
/**
|
||||
* SessionModule
|
||||
*/
|
||||
|
@@ -238,7 +238,7 @@ class UsrList
|
||||
public function has(\User_Adapter $user, Application $app)
|
||||
{
|
||||
return $this->entries->exists(
|
||||
function($key, $entry) use ($user, $app) {
|
||||
function ($key, $entry) use ($user, $app) {
|
||||
return $entry->getUser($app)->get_id() === $user->get_id();
|
||||
}
|
||||
);
|
||||
|
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Entities;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
/**
|
||||
* ValidationData
|
||||
*/
|
||||
|
Reference in New Issue
Block a user