mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Fix CS
This commit is contained in:
@@ -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);
|
||||
|
||||
|
@@ -10,8 +10,6 @@
|
||||
*/
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Model\Entities\Preset;
|
||||
use Gedmo\Timestampable\TimestampableListener;
|
||||
|
||||
class patch_390alpha18a extends patchAbstract
|
||||
{
|
||||
|
@@ -16,7 +16,6 @@ use Doctrine\ORM\Query;
|
||||
use Doctrine\ORM\NoResultException;
|
||||
use Gedmo\Timestampable\TimestampableListener;
|
||||
|
||||
|
||||
class patch_390alpha1a extends patchAbstract
|
||||
{
|
||||
/** @var string */
|
||||
|
Reference in New Issue
Block a user