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:
@@ -22,10 +22,10 @@ class databox_fieldTest extends PhraseanetPHPUnitAbstract
|
||||
|
||||
$this->object_multi = $this->databox->get_meta_structure()->get_element_by_name($this->name_multi);
|
||||
|
||||
if ( ! $this->object_mono instanceof databox_field) {
|
||||
if (! $this->object_mono instanceof databox_field) {
|
||||
$this->object_mono = databox_field::create(self::$DI['app'], $this->databox, $this->name_mono, false);
|
||||
}
|
||||
if ( ! $this->object_multi instanceof databox_field) {
|
||||
if (! $this->object_multi instanceof databox_field) {
|
||||
$this->object_multi = databox_field::create(self::$DI['app'], $this->databox, $this->name_multi, true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user