mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix CS
This commit is contained in:
@@ -63,4 +63,4 @@ Entities\Session:
|
||||
mappedBy: session
|
||||
cascade: ["ALL"]
|
||||
orderBy:
|
||||
module_id: ASC
|
||||
module_id: ASC
|
||||
|
@@ -22,8 +22,3 @@ Entities\StoryWZ:
|
||||
gedmo:
|
||||
timestampable:
|
||||
on: create
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -29,5 +29,3 @@ Entities\UsrList:
|
||||
targetEntity: UsrListEntry
|
||||
mappedBy: list
|
||||
cascade: ["ALL"]
|
||||
|
||||
|
||||
|
@@ -31,5 +31,3 @@ Entities\UsrListEntry:
|
||||
name: list_id
|
||||
referencedColumnName: id
|
||||
cascade: ["persist"]
|
||||
|
||||
|
||||
|
@@ -33,6 +33,3 @@ Entities\UsrListOwner:
|
||||
name: list_id
|
||||
referencedColumnName: id
|
||||
cascade: ["persist"]
|
||||
|
||||
|
||||
|
||||
|
@@ -35,7 +35,3 @@ Entities\ValidationSession:
|
||||
targetEntity: ValidationParticipant
|
||||
mappedBy: session
|
||||
cascade: ["ALL"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -29,7 +29,7 @@ class LoadFiveBaskets extends \PhraseaFixture\AbstractWZ implements FixtureInter
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
{
|
||||
for ($i = 0; $i < 5; $i ++ ) {
|
||||
for ($i = 0; $i < 5; $i ++) {
|
||||
$basket = new \Entities\Basket();
|
||||
|
||||
$basket->setName('test ' . $i);
|
||||
|
@@ -6,6 +6,5 @@
|
||||
use Alchemy\Phrasea\CLI;
|
||||
|
||||
return call_user_func(function (CLI $cli) {
|
||||
|
||||
return $cli;
|
||||
}, $cli);
|
||||
|
@@ -6,6 +6,5 @@
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
return call_user_func(function (Application $app) {
|
||||
|
||||
return $app;
|
||||
}, $app);
|
||||
|
Reference in New Issue
Block a user