mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix CS
This commit is contained in:
@@ -52,7 +52,6 @@ class CLI extends Application
|
||||
|
||||
$this->register(new PluginServiceProvider());
|
||||
$this->register(new ComposerSetupServiceProvider());
|
||||
|
||||
$this->register(new CLIDriversServiceProvider());
|
||||
$this->register(new LessBuilderServiceProvider());
|
||||
|
||||
|
@@ -28,7 +28,7 @@ class RecessDriver extends AbstractBinary
|
||||
|
||||
/**
|
||||
* @param array|ConfigurationInterface $conf
|
||||
* @param LoggerInterface $logger
|
||||
* @param LoggerInterface $logger
|
||||
*
|
||||
* @return RecessDriver
|
||||
*/
|
||||
|
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Utilities\Less;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
|
||||
use Alchemy\Phrasea\Exception\RuntimeException;
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
|
@@ -10,8 +10,6 @@
|
||||
*/
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Entities\Session;
|
||||
use Entities\SessionModule;
|
||||
|
||||
class patch_3814 implements patchInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user