DX: fix cs

This commit is contained in:
2023-01-25 13:36:35 +01:00
parent e36d2a5eec
commit 459df26fef
7 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,14 @@
<?php
declare(strict_types=1);
/*
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Chill\MainBundle\Controller;
use Chill\MainBundle\CRUD\Controller\ApiController;

View File

@@ -80,5 +80,4 @@ class UserApiController extends ApiController
{
return $query->orderBy('e.label', 'ASC');
}
}

View File

@@ -27,8 +27,7 @@ class ScopeType extends AbstractType
'choices' => [
'Active' => true,
'Inactive' => false,
]])
;
], ]);
}
/**