This commit is contained in:
Romain Neutron
2013-07-16 19:39:02 +02:00
parent 8f71e5a80a
commit eb17f5aa87
5 changed files with 2 additions and 6 deletions

View File

@@ -52,7 +52,6 @@ class CLI extends Application
$this->register(new PluginServiceProvider());
$this->register(new ComposerSetupServiceProvider());
$this->register(new CLIDriversServiceProvider());
$this->register(new LessBuilderServiceProvider());

View File

@@ -28,7 +28,7 @@ class RecessDriver extends AbstractBinary
/**
* @param array|ConfigurationInterface $conf
* @param LoggerInterface $logger
* @param LoggerInterface $logger
*
* @return RecessDriver
*/

View File

@@ -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;

View File

@@ -943,7 +943,7 @@ class databox extends base
) ? $type : databox_field::TYPE_STRING;
$multi = isset($field['multi']) ? (Boolean) (string) $field['multi'] : false;
$meta_struct_field = databox_field::create($this->app, $this, $fname, $multi);
$meta_struct_field
->set_readonly(isset($field['readonly']) ? (string) $field['readonly'] : 0)

View File

@@ -10,8 +10,6 @@
*/
use Alchemy\Phrasea\Application;
use Entities\Session;
use Entities\SessionModule;
class patch_3814 implements patchInterface
{