This commit is contained in:
Nicolas Le Goff
2014-03-23 23:07:01 +01:00
parent e45d7edbc3
commit e317f86c51
34 changed files with 93 additions and 110 deletions

View File

@@ -17,7 +17,7 @@ class patch_384alpha1a implements patchInterface
private $release = '3.8.4-alpha.1';
/** @var array */
private $concern = array(base::APPLICATION_BOX);
private $concern = [base::APPLICATION_BOX];
/**
* {@inheritdoc}
@@ -58,11 +58,11 @@ class patch_384alpha1a implements patchInterface
{
$config = $app['phraseanet.configuration']->getConfig();
$config['h264-pseudo-streaming'] = array(
$config['h264-pseudo-streaming'] = [
'enabled' => false,
'type' => null,
'mapping' => array(),
);
'mapping' => [],
];
$app['phraseanet.configuration']->setConfig($config);

View File

@@ -10,8 +10,6 @@
*/
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Model\Entities\Preset;
use Gedmo\Timestampable\TimestampableListener;
class patch_390alpha18a extends patchAbstract
{

View File

@@ -16,7 +16,6 @@ use Doctrine\ORM\Query;
use Doctrine\ORM\NoResultException;
use Gedmo\Timestampable\TimestampableListener;
class patch_390alpha1a extends patchAbstract
{
/** @var string */