cs: Autofix coding standard based on updated rules.

This commit is contained in:
Pol Dellaiera
2022-01-25 11:46:29 +01:00
parent 4b1bf7ce23
commit 2e6d281bfc
14 changed files with 21 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ declare(strict_types=1);
namespace Chill\ActivityBundle\Entity;
use Chill\ActivityBundle\Validator\Constraints as ActivityValidator;
use Chill\DocStoreBundle\Entity\Document;
use Chill\DocStoreBundle\Entity\StoredObject;
use Chill\MainBundle\Entity\Center;
use Chill\MainBundle\Entity\Embeddable\CommentEmbeddable;