mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Fix CS
This commit is contained in:
@@ -52,7 +52,6 @@ class CLI extends Application
|
|||||||
|
|
||||||
$this->register(new PluginServiceProvider());
|
$this->register(new PluginServiceProvider());
|
||||||
$this->register(new ComposerSetupServiceProvider());
|
$this->register(new ComposerSetupServiceProvider());
|
||||||
|
|
||||||
$this->register(new CLIDriversServiceProvider());
|
$this->register(new CLIDriversServiceProvider());
|
||||||
$this->register(new LessBuilderServiceProvider());
|
$this->register(new LessBuilderServiceProvider());
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@ class RecessDriver extends AbstractBinary
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array|ConfigurationInterface $conf
|
* @param array|ConfigurationInterface $conf
|
||||||
* @param LoggerInterface $logger
|
* @param LoggerInterface $logger
|
||||||
*
|
*
|
||||||
* @return RecessDriver
|
* @return RecessDriver
|
||||||
*/
|
*/
|
||||||
|
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Utilities\Less;
|
namespace Alchemy\Phrasea\Utilities\Less;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
|
||||||
use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
|
use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
|
||||||
use Alchemy\Phrasea\Exception\RuntimeException;
|
use Alchemy\Phrasea\Exception\RuntimeException;
|
||||||
use Symfony\Component\Filesystem\Filesystem;
|
use Symfony\Component\Filesystem\Filesystem;
|
||||||
|
@@ -943,7 +943,7 @@ class databox extends base
|
|||||||
) ? $type : databox_field::TYPE_STRING;
|
) ? $type : databox_field::TYPE_STRING;
|
||||||
|
|
||||||
$multi = isset($field['multi']) ? (Boolean) (string) $field['multi'] : false;
|
$multi = isset($field['multi']) ? (Boolean) (string) $field['multi'] : false;
|
||||||
|
|
||||||
$meta_struct_field = databox_field::create($this->app, $this, $fname, $multi);
|
$meta_struct_field = databox_field::create($this->app, $this, $fname, $multi);
|
||||||
$meta_struct_field
|
$meta_struct_field
|
||||||
->set_readonly(isset($field['readonly']) ? (string) $field['readonly'] : 0)
|
->set_readonly(isset($field['readonly']) ? (string) $field['readonly'] : 0)
|
||||||
|
@@ -10,8 +10,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Entities\Session;
|
|
||||||
use Entities\SessionModule;
|
|
||||||
|
|
||||||
class patch_3814 implements patchInterface
|
class patch_3814 implements patchInterface
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user