From 8e3ce85fa99dc94a8216eda31a8f19ce8b2eb3f0 Mon Sep 17 00:00:00 2001
From: Donovan Bourlard <donovan@awkan.fr>
Date: Tue, 12 Nov 2019 16:44:52 +0100
Subject: [PATCH] Update PHP CS Fixer

---
 composer.lock                                 |  28 ++-
 src/Application/Controller/CRUDController.php |  35 +---
 .../Repository/CRUDRepositoryInterface.php    |   2 -
 .../Doctrine/Repository/CRUDRepository.php    |   8 -
 .../Doctrine/HistorySubscriber.php            |   4 -
 .../Doctrine/LinkCollectivitySubscriber.php   |   2 -
 .../Doctrine/LinkCreatorSubscriber.php        |   2 -
 .../EventSubscriber/Kernel/IdleSubscriber.php |   2 -
 .../Symfony/Security/UserProvider.php         |   4 -
 .../Traits/Model/CollectivityTrait.php        |   6 -
 src/Application/Traits/Model/CreatorTrait.php |   3 -
 .../Traits/Model/SoftDeletableTrait.php       |   6 -
 src/Domain/Admin/Cloner/AbstractCloner.php    |   3 +-
 src/Domain/Admin/Cloner/ClonerInterface.php   |   5 -
 src/Domain/Admin/Cloner/ClonerProvider.php    |   4 -
 src/Domain/Admin/Cloner/ContractorCloner.php  |   2 -
 src/Domain/Admin/Cloner/MesurementCloner.php  |   2 -
 src/Domain/Admin/Cloner/TreatmentCloner.php   |   2 -
 .../Controller/DuplicationController.php      |  11 -
 src/Domain/Admin/DTO/DuplicationFormDTO.php   |  30 ---
 .../Admin/Form/Type/DuplicationType.php       |   5 -
 .../Admin/Hydrator/DuplicationHydrator.php    |   6 -
 src/Domain/Admin/Model/Duplication.php        |  32 ---
 .../DuplicationFormDTOTransformer.php         |  13 --
 src/Domain/Maturity/Calculator/Maturity.php   |   2 -
 .../Maturity/Calculator/MaturityHandler.php   |   2 -
 .../Maturity/Controller/SurveyController.php  |   2 -
 src/Domain/Maturity/Form/Type/AnswerType.php  |   5 -
 src/Domain/Maturity/Form/Type/SurveyType.php  |   5 -
 src/Domain/Maturity/Model/Answer.php          |  21 --
 src/Domain/Maturity/Model/Domain.php          |  39 ----
 src/Domain/Maturity/Model/Maturity.php        |  21 --
 src/Domain/Maturity/Model/Question.php        |  18 --
 src/Domain/Maturity/Model/Survey.php          |  30 ---
 src/Domain/Maturity/Repository/Survey.php     |   5 -
 .../Doctrine/GenerateMaturitySubscriber.php   |  11 -
 .../Twig/Extension/SurveyExtension.php        |   6 -
 .../Completion/AbstractCompletion.php         |   6 -
 .../Completion/TreatmentCompletion.php        |   4 -
 .../Controller/ContractorController.php       |   6 -
 .../Controller/MesurementController.php       |   6 -
 .../Registry/Controller/ProofController.php   |  12 --
 .../Registry/Controller/RequestController.php |   2 -
 .../Controller/TreatmentController.php        |   6 -
 .../Controller/ViolationController.php        |   2 -
 .../Registry/Form/Type/ContractorType.php     |   5 -
 .../Form/Type/Embeddable/AddressType.php      |   5 -
 .../Type/Embeddable/ComplexChoiceType.php     |   5 -
 .../Form/Type/Embeddable/DelayType.php        |   5 -
 .../Type/Embeddable/RequestAnswerType.php     |   5 -
 .../Type/Embeddable/RequestApplicantType.php  |   5 -
 .../Embeddable/RequestConcernedPeopleType.php |   5 -
 .../Registry/Form/Type/MesurementType.php     |   5 -
 src/Domain/Registry/Form/Type/ProofType.php   |   9 -
 src/Domain/Registry/Form/Type/RequestType.php |   5 -
 .../Registry/Form/Type/TreatmentType.php      |   5 -
 .../Registry/Form/Type/ViolationType.php      |   5 -
 src/Domain/Registry/Model/Contractor.php      |  60 ------
 .../Registry/Model/Embeddable/Address.php     |  36 ----
 .../Model/Embeddable/ComplexChoice.php        |  12 --
 .../Registry/Model/Embeddable/Delay.php       |  24 ---
 .../Model/Embeddable/RequestAnswer.php        |  18 --
 .../Model/Embeddable/RequestApplicant.php     |  45 ----
 .../Embeddable/RequestConcernedPeople.php     |  45 ----
 src/Domain/Registry/Model/Mesurement.php      |  63 ------
 src/Domain/Registry/Model/Proof.php           |  81 --------
 src/Domain/Registry/Model/Request.php         |  69 -------
 src/Domain/Registry/Model/Treatment.php       | 192 ------------------
 .../Registry/Model/TreatmentDataCategory.php  |  20 --
 src/Domain/Registry/Model/Violation.php       | 111 ----------
 src/Domain/Registry/Repository/Proof.php      |   2 -
 src/Domain/Registry/Repository/Request.php    |   2 -
 src/Domain/Registry/Repository/Violation.php  |   2 -
 .../TreatmentCompletionSubscriber.php         |   2 -
 .../Reporting/Controller/ReviewController.php |   4 -
 .../Generator/Word/AbstractGenerator.php      |   8 -
 .../Generator/Word/ContractorGenerator.php    |   1 -
 .../Generator/Word/GeneratorInterface.php     |   2 -
 .../Word/ImpressionGeneratorInterface.php     |   6 -
 .../Generator/Word/MaturityGenerator.php      |   3 -
 .../Generator/Word/MesurementGenerator.php    |   3 -
 .../Generator/Word/RequestGenerator.php       |   3 -
 .../Generator/Word/TreatmentGenerator.php     |   3 -
 .../Generator/Word/ViolationGenerator.php     |   3 -
 src/Domain/User/Component/Mailer.php          |   2 -
 .../User/Controller/ProfileController.php     |   6 -
 .../User/Controller/SecurityController.php    |   8 -
 src/Domain/User/Controller/UserController.php |   8 -
 src/Domain/User/Form/Type/AddressType.php     |   5 -
 .../User/Form/Type/CollectivityType.php       |   7 -
 src/Domain/User/Form/Type/ContactType.php     |   5 -
 .../User/Form/Type/ResetPasswordType.php      |   5 -
 src/Domain/User/Form/Type/UserType.php        |   8 -
 src/Domain/User/Model/Collectivity.php        |  90 --------
 src/Domain/User/Model/Embeddable/Address.php  |  30 ---
 src/Domain/User/Model/Embeddable/Contact.php  |  39 ----
 src/Domain/User/Model/User.php                |  66 ------
 src/Domain/User/Repository/Collectivity.php   |   3 -
 src/Domain/User/Repository/User.php           |   5 -
 .../Doctrine/DefinePasswordSubscriber.php     |   2 -
 .../Doctrine/EncodePasswordSubscriber.php     |   6 -
 .../Authorization/UserAuthorization.php       |   4 -
 .../Symfony/Security/Checker/UserChecker.php  |   6 -
 .../Security/Voter/UserCanConnectVoter.php    |   9 +-
 .../ORM/Registry/Repository/Mesurement.php    |  16 +-
 .../ORM/Registry/Repository/Proof.php         |  31 +--
 .../ORM/Registry/Repository/Request.php       |  25 +--
 .../ORM/Registry/Repository/Treatment.php     |  15 --
 .../ORM/Registry/Repository/Violation.php     |  27 +--
 .../ORM/User/Repository/User.php              |  10 -
 ...ependingOnOtherFieldValueValidatorTest.php |  16 --
 .../Admin/Cloner/AbstractClonerTest.php       |   5 +-
 .../DuplicationTargetOptionDictionaryTest.php |   6 -
 .../DuplicationTypeDictionaryTest.php         |   6 -
 .../Hydrator/DuplicationHydratorTest.php      |   4 -
 .../DuplicationFormDTOTransformerTest.php     |   6 -
 .../Voter/UserCanConnectVoterTest.php         |   2 -
 tests/Utils/FormTypeHelper.php                |   3 +-
 118 files changed, 22 insertions(+), 1776 deletions(-)

diff --git a/composer.lock b/composer.lock
index 06812ff..6796214 100644
--- a/composer.lock
+++ b/composer.lock
@@ -6154,16 +6154,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
-            "version": "v2.15.0",
+            "version": "v2.16.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
-                "reference": "adfab51ae979ee8b0fcbc55aa231ec2786cb1f91"
+                "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/adfab51ae979ee8b0fcbc55aa231ec2786cb1f91",
-                "reference": "adfab51ae979ee8b0fcbc55aa231ec2786cb1f91",
+                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ceaff36bee1ed3f1bbbedca36d2528c0826c336d",
+                "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d",
                 "shasum": ""
             },
             "require": {
@@ -6193,9 +6193,10 @@
                 "php-cs-fixer/accessible-object": "^1.0",
                 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
                 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
-                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
+                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
                 "phpunitgoodpractices/traits": "^1.8",
-                "symfony/phpunit-bridge": "^4.0"
+                "symfony/phpunit-bridge": "^4.3",
+                "symfony/yaml": "^3.0 || ^4.0"
             },
             "suggest": {
                 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
@@ -6207,11 +6208,6 @@
                 "php-cs-fixer"
             ],
             "type": "application",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.15-dev"
-                }
-            },
             "autoload": {
                 "psr-4": {
                     "PhpCsFixer\\": "src/"
@@ -6233,17 +6229,17 @@
                 "MIT"
             ],
             "authors": [
-                {
-                    "name": "Dariusz Rumiński",
-                    "email": "dariusz.ruminski@gmail.com"
-                },
                 {
                     "name": "Fabien Potencier",
                     "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Dariusz Rumiński",
+                    "email": "dariusz.ruminski@gmail.com"
                 }
             ],
             "description": "A tool to automatically fix PHP code style",
-            "time": "2019-05-06T07:13:51+00:00"
+            "time": "2019-11-03T13:31:09+00:00"
         },
         {
             "name": "fzaninotto/faker",
diff --git a/src/Application/Controller/CRUDController.php b/src/Application/Controller/CRUDController.php
index a9444aa..eba9038 100644
--- a/src/Application/Controller/CRUDController.php
+++ b/src/Application/Controller/CRUDController.php
@@ -53,10 +53,6 @@ abstract class CRUDController extends AbstractController
 
     /**
      * CRUDController constructor.
-     *
-     * @param EntityManagerInterface $entityManager
-     * @param TranslatorInterface    $translator
-     * @param RepositoryInterface    $repository
      */
     public function __construct(
         EntityManagerInterface $entityManager,
@@ -71,31 +67,23 @@ abstract class CRUDController extends AbstractController
     /**
      * Get the domain of the object.
      * (Formatted as string word).
-     *
-     * @return string
      */
     abstract protected function getDomain(): string;
 
     /**
      * Get the model of the object.
      * (Formatted as string word).
-     *
-     * @return string
      */
     abstract protected function getModel(): string;
 
     /**
      * Get the model class name of the object.
      * This methods return the class name with it namespace.
-     *
-     * @return string
      */
     abstract protected function getModelClass(): string;
 
     /**
      * Get the form type class name to use during create & edit action.
-     *
-     * @return string
      */
     abstract protected function getFormType(): string;
 
@@ -163,8 +151,6 @@ abstract class CRUDController extends AbstractController
     /**
      * The list action view
      * Get data & display them.
-     *
-     * @return Response
      */
     public function listAction(): Response
     {
@@ -186,10 +172,6 @@ abstract class CRUDController extends AbstractController
     /**
      * The creation action view
      * Create a new data.
-     *
-     * @param Request $request
-     *
-     * @return Response
      */
     public function createAction(Request $request): Response
     {
@@ -219,10 +201,7 @@ abstract class CRUDController extends AbstractController
      * The edition action view
      * Edit an existing data.
      *
-     * @param Request $request
-     * @param string  $id      The ID of the data to edit
-     *
-     * @return Response
+     * @param string $id The ID of the data to edit
      */
     public function editAction(Request $request, string $id): Response
     {
@@ -253,8 +232,6 @@ abstract class CRUDController extends AbstractController
      * Display the object information.
      *
      * @param string $id The ID of the data to display
-     *
-     * @return Response
      */
     public function showAction(string $id): Response
     {
@@ -271,10 +248,6 @@ abstract class CRUDController extends AbstractController
     /**
      * The delete action view
      * Display a confirmation message to confirm data deletion.
-     *
-     * @param string $id
-     *
-     * @return Response
      */
     public function deleteAction(string $id): Response
     {
@@ -292,11 +265,7 @@ abstract class CRUDController extends AbstractController
      * The deletion action
      * Delete the data.
      *
-     * @param string $id
-     *
      * @throws \Exception
-     *
-     * @return Response
      */
     public function deleteConfirmationAction(string $id): Response
     {
@@ -323,8 +292,6 @@ abstract class CRUDController extends AbstractController
 
     /**
      * Check if we have to produce a soft delete behaviour.
-     *
-     * @return bool
      */
     protected function isSoftDelete(): bool
     {
diff --git a/src/Application/DDD/Repository/CRUDRepositoryInterface.php b/src/Application/DDD/Repository/CRUDRepositoryInterface.php
index d31c524..ffc7772 100644
--- a/src/Application/DDD/Repository/CRUDRepositoryInterface.php
+++ b/src/Application/DDD/Repository/CRUDRepositoryInterface.php
@@ -57,8 +57,6 @@ interface CRUDRepositoryInterface extends RepositoryInterface
     /**
      * Get all objects.
      *
-     * @param array $order
-     *
      * @return mixed[]
      */
     public function findAll(array $order = []): array;
diff --git a/src/Application/Doctrine/Repository/CRUDRepository.php b/src/Application/Doctrine/Repository/CRUDRepository.php
index 9e1f49e..88be72c 100644
--- a/src/Application/Doctrine/Repository/CRUDRepository.php
+++ b/src/Application/Doctrine/Repository/CRUDRepository.php
@@ -41,8 +41,6 @@ abstract class CRUDRepository implements CRUDRepositoryInterface
 
     /**
      * CRUDRepository constructor.
-     *
-     * @param RegistryInterface $registry
      */
     public function __construct(RegistryInterface $registry)
     {
@@ -51,8 +49,6 @@ abstract class CRUDRepository implements CRUDRepositoryInterface
 
     /**
      * Get the model class name.
-     *
-     * @return string
      */
     abstract protected function getModelClass(): string;
 
@@ -61,8 +57,6 @@ abstract class CRUDRepository implements CRUDRepositoryInterface
      * Since we use Doctrine, we expect to get EntityManagerInterface.
      *
      * @throws \Exception
-     *
-     * @return EntityManagerInterface
      */
     protected function getManager(): EntityManagerInterface
     {
@@ -144,8 +138,6 @@ abstract class CRUDRepository implements CRUDRepositoryInterface
     /**
      * Get all objects.
      *
-     * @param array $order
-     *
      * @return mixed[]
      */
     public function findAll(array $order = []): array
diff --git a/src/Application/Symfony/EventSubscriber/Doctrine/HistorySubscriber.php b/src/Application/Symfony/EventSubscriber/Doctrine/HistorySubscriber.php
index 672cbbd..0bd1944 100644
--- a/src/Application/Symfony/EventSubscriber/Doctrine/HistorySubscriber.php
+++ b/src/Application/Symfony/EventSubscriber/Doctrine/HistorySubscriber.php
@@ -43,8 +43,6 @@ class HistorySubscriber implements EventSubscriber
      * - Add createdAt date
      * - Add updatedAt date.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function prePersist(LifecycleEventArgs $args): void
@@ -62,8 +60,6 @@ class HistorySubscriber implements EventSubscriber
      * PreUpdate
      * - Update updatedAt date.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function preUpdate(LifecycleEventArgs $args): void
diff --git a/src/Application/Symfony/EventSubscriber/Doctrine/LinkCollectivitySubscriber.php b/src/Application/Symfony/EventSubscriber/Doctrine/LinkCollectivitySubscriber.php
index ee9deb7..7b9d490 100644
--- a/src/Application/Symfony/EventSubscriber/Doctrine/LinkCollectivitySubscriber.php
+++ b/src/Application/Symfony/EventSubscriber/Doctrine/LinkCollectivitySubscriber.php
@@ -60,8 +60,6 @@ class LinkCollectivitySubscriber implements EventSubscriber
      * That is to say that every time you will persist an object,
      * the user collectivity will be added to related object.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function prePersist(LifecycleEventArgs $args): void
diff --git a/src/Application/Symfony/EventSubscriber/Doctrine/LinkCreatorSubscriber.php b/src/Application/Symfony/EventSubscriber/Doctrine/LinkCreatorSubscriber.php
index c8f3824..de06626 100644
--- a/src/Application/Symfony/EventSubscriber/Doctrine/LinkCreatorSubscriber.php
+++ b/src/Application/Symfony/EventSubscriber/Doctrine/LinkCreatorSubscriber.php
@@ -69,8 +69,6 @@ class LinkCreatorSubscriber implements EventSubscriber
      * That is to say that every time you will persist an object,
      * the user will be added to related object.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function prePersist(LifecycleEventArgs $args): void
diff --git a/src/Application/Symfony/EventSubscriber/Kernel/IdleSubscriber.php b/src/Application/Symfony/EventSubscriber/Kernel/IdleSubscriber.php
index 3e69a5a..3b3080f 100644
--- a/src/Application/Symfony/EventSubscriber/Kernel/IdleSubscriber.php
+++ b/src/Application/Symfony/EventSubscriber/Kernel/IdleSubscriber.php
@@ -65,8 +65,6 @@ class IdleSubscriber implements EventSubscriberInterface
     /**
      * OnKernelRequest check idle since last Request.
      * If idle is over, then invalidate session.
-     *
-     * @param GetResponseEvent $event
      */
     public function onKernelRequest(GetResponseEvent $event): void
     {
diff --git a/src/Application/Symfony/Security/UserProvider.php b/src/Application/Symfony/Security/UserProvider.php
index abb0b64..e262c43 100644
--- a/src/Application/Symfony/Security/UserProvider.php
+++ b/src/Application/Symfony/Security/UserProvider.php
@@ -43,8 +43,6 @@ class UserProvider
 
     /**
      * Get token.
-     *
-     * @return TokenInterface|null
      */
     public function getToken(): ?TokenInterface
     {
@@ -56,8 +54,6 @@ class UserProvider
      * - User isn't under protected route: return null
      * - User is anonymous: return null
      * - User is connected: return UserInterface instance.
-     *
-     * @return Model\User|null
      */
     public function getAuthenticatedUser(): ?Model\User
     {
diff --git a/src/Application/Traits/Model/CollectivityTrait.php b/src/Application/Traits/Model/CollectivityTrait.php
index 3e70f45..c17a3f2 100644
--- a/src/Application/Traits/Model/CollectivityTrait.php
+++ b/src/Application/Traits/Model/CollectivityTrait.php
@@ -33,17 +33,11 @@ trait CollectivityTrait
      */
     private $collectivity;
 
-    /**
-     * @return Collectivity|null
-     */
     public function getCollectivity(): ?Collectivity
     {
         return $this->collectivity;
     }
 
-    /**
-     * @param Collectivity $collectivity
-     */
     public function setCollectivity(Collectivity $collectivity): void
     {
         $this->collectivity = $collectivity;
diff --git a/src/Application/Traits/Model/CreatorTrait.php b/src/Application/Traits/Model/CreatorTrait.php
index e735309..ca811f6 100644
--- a/src/Application/Traits/Model/CreatorTrait.php
+++ b/src/Application/Traits/Model/CreatorTrait.php
@@ -41,9 +41,6 @@ trait CreatorTrait
         return $this->creator;
     }
 
-    /**
-     * @param User $creator
-     */
     public function setCreator(User $creator): void
     {
         $this->creator = $creator;
diff --git a/src/Application/Traits/Model/SoftDeletableTrait.php b/src/Application/Traits/Model/SoftDeletableTrait.php
index 9a8073d..5578bf5 100644
--- a/src/Application/Traits/Model/SoftDeletableTrait.php
+++ b/src/Application/Traits/Model/SoftDeletableTrait.php
@@ -31,17 +31,11 @@ trait SoftDeletableTrait
      */
     private $deletedAt;
 
-    /**
-     * @return \DateTimeImmutable|null
-     */
     public function getDeletedAt(): ?\DateTimeImmutable
     {
         return $this->deletedAt;
     }
 
-    /**
-     * @param \DateTimeImmutable|null $deletedAt
-     */
     public function setDeletedAt(?\DateTimeImmutable $deletedAt): void
     {
         $this->deletedAt = $deletedAt;
diff --git a/src/Domain/Admin/Cloner/AbstractCloner.php b/src/Domain/Admin/Cloner/AbstractCloner.php
index 91e4c6c..c3e430b 100644
--- a/src/Domain/Admin/Cloner/AbstractCloner.php
+++ b/src/Domain/Admin/Cloner/AbstractCloner.php
@@ -69,8 +69,7 @@ abstract class AbstractCloner implements ClonerInterface
     }
 
     /**
-     * @param object                 $referent
-     * @param UserModel\Collectivity $collectivity
+     * @param object $referent
      *
      * @return object
      */
diff --git a/src/Domain/Admin/Cloner/ClonerInterface.php b/src/Domain/Admin/Cloner/ClonerInterface.php
index 8ce9143..8c914b5 100644
--- a/src/Domain/Admin/Cloner/ClonerInterface.php
+++ b/src/Domain/Admin/Cloner/ClonerInterface.php
@@ -31,16 +31,11 @@ interface ClonerInterface
 {
     /**
      * Clone data thanks to information contained in Duplication model.
-     *
-     * @param Model\Duplication $duplication
      */
     public function clone(Model\Duplication $duplication): void;
 
     /**
      * Clone data only for specified target collectivity.
-     *
-     * @param Model\Duplication      $duplication
-     * @param UserModel\Collectivity $targetCollectivity
      */
     public function cloneToSpecifiedTarget(Model\Duplication $duplication, UserModel\Collectivity $targetCollectivity): void;
 }
diff --git a/src/Domain/Admin/Cloner/ClonerProvider.php b/src/Domain/Admin/Cloner/ClonerProvider.php
index 9ebb296..a431ab0 100644
--- a/src/Domain/Admin/Cloner/ClonerProvider.php
+++ b/src/Domain/Admin/Cloner/ClonerProvider.php
@@ -55,10 +55,6 @@ class ClonerProvider
 
     /**
      * Get cloner object thanks to type to clone.
-     *
-     * @param string $type
-     *
-     * @return ClonerInterface
      */
     public function getCloner(string $type): ClonerInterface
     {
diff --git a/src/Domain/Admin/Cloner/ContractorCloner.php b/src/Domain/Admin/Cloner/ContractorCloner.php
index bacec90..0f3c573 100644
--- a/src/Domain/Admin/Cloner/ContractorCloner.php
+++ b/src/Domain/Admin/Cloner/ContractorCloner.php
@@ -35,8 +35,6 @@ class ContractorCloner extends AbstractCloner
      * @param RegistryModel\Contractor $referent
      *
      * @throws \Exception
-     *
-     * @return RegistryModel\Contractor
      */
     protected function cloneReferentForCollectivity($referent, UserModel\Collectivity $collectivity): RegistryModel\Contractor
     {
diff --git a/src/Domain/Admin/Cloner/MesurementCloner.php b/src/Domain/Admin/Cloner/MesurementCloner.php
index 4d7fbf5..7e565ca 100644
--- a/src/Domain/Admin/Cloner/MesurementCloner.php
+++ b/src/Domain/Admin/Cloner/MesurementCloner.php
@@ -35,8 +35,6 @@ class MesurementCloner extends AbstractCloner
      * @param RegistryModel\Mesurement $referent
      *
      * @throws \Exception
-     *
-     * @return RegistryModel\Mesurement
      */
     protected function cloneReferentForCollectivity($referent, UserModel\Collectivity $collectivity): RegistryModel\Mesurement
     {
diff --git a/src/Domain/Admin/Cloner/TreatmentCloner.php b/src/Domain/Admin/Cloner/TreatmentCloner.php
index bc4d132..a8593a5 100644
--- a/src/Domain/Admin/Cloner/TreatmentCloner.php
+++ b/src/Domain/Admin/Cloner/TreatmentCloner.php
@@ -35,8 +35,6 @@ class TreatmentCloner extends AbstractCloner
      * @param RegistryModel\Treatment $referent
      *
      * @throws \Exception
-     *
-     * @return RegistryModel\Treatment
      */
     protected function cloneReferentForCollectivity($referent, UserModel\Collectivity $collectivity): RegistryModel\Treatment
     {
diff --git a/src/Domain/Admin/Controller/DuplicationController.php b/src/Domain/Admin/Controller/DuplicationController.php
index 354037d..446ce7f 100644
--- a/src/Domain/Admin/Controller/DuplicationController.php
+++ b/src/Domain/Admin/Controller/DuplicationController.php
@@ -90,8 +90,6 @@ class DuplicationController extends AbstractController
      * Show new duplication page form.
      *
      * @throws \Exception
-     *
-     * @return Response
      */
     public function newAction(): Response
     {
@@ -126,10 +124,6 @@ class DuplicationController extends AbstractController
 
     /**
      * Show duplication processing page.
-     *
-     * @param string $duplicationId
-     *
-     * @return Response
      */
     public function processingAction(string $duplicationId): Response
     {
@@ -148,11 +142,6 @@ class DuplicationController extends AbstractController
     /**
      * Action called with AJAX call
      * Make duplication thanks to specified in duplication model.
-     *
-     * @param string $duplicationId
-     * @param string $targetCollectivityId
-     *
-     * @return JsonResponse
      */
     public function duplicateAction(string $duplicationId, string $targetCollectivityId): JsonResponse
     {
diff --git a/src/Domain/Admin/DTO/DuplicationFormDTO.php b/src/Domain/Admin/DTO/DuplicationFormDTO.php
index d0a542f..4b7cdb5 100644
--- a/src/Domain/Admin/DTO/DuplicationFormDTO.php
+++ b/src/Domain/Admin/DTO/DuplicationFormDTO.php
@@ -81,81 +81,51 @@ class DuplicationFormDTO
         $this->targetCollectivities    = [];
     }
 
-    /**
-     * @return string|null
-     */
     public function getType(): ?string
     {
         return $this->type;
     }
 
-    /**
-     * @param string|null $type
-     */
     public function setType(?string $type): void
     {
         $this->type = $type;
     }
 
-    /**
-     * @return Collectivity|null
-     */
     public function getSourceCollectivity(): ?Collectivity
     {
         return $this->sourceCollectivity;
     }
 
-    /**
-     * @param Collectivity|null $sourceCollectivity
-     */
     public function setSourceCollectivity(?Collectivity $sourceCollectivity): void
     {
         $this->sourceCollectivity = $sourceCollectivity;
     }
 
-    /**
-     * @return array
-     */
     public function getData(): array
     {
         return $this->data;
     }
 
-    /**
-     * @param array $data
-     */
     public function setData(array $data): void
     {
         $this->data = $data;
     }
 
-    /**
-     * @return string|null
-     */
     public function getTargetOption(): ?string
     {
         return $this->targetOption;
     }
 
-    /**
-     * @param string|null $targetOption
-     */
     public function setTargetOption(?string $targetOption): void
     {
         $this->targetOption = $targetOption;
     }
 
-    /**
-     * @return array
-     */
     public function getTargetCollectivityTypes(): array
     {
         return $this->targetCollectivityTypes;
     }
 
-    /**
-     * @param array $targetCollectivityTypes
-     */
     public function setTargetCollectivityTypes(array $targetCollectivityTypes): void
     {
         $this->targetCollectivityTypes = $targetCollectivityTypes;
diff --git a/src/Domain/Admin/Form/Type/DuplicationType.php b/src/Domain/Admin/Form/Type/DuplicationType.php
index 5c87eca..110f564 100644
--- a/src/Domain/Admin/Form/Type/DuplicationType.php
+++ b/src/Domain/Admin/Form/Type/DuplicationType.php
@@ -39,9 +39,6 @@ class DuplicationType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -115,8 +112,6 @@ class DuplicationType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Admin/Hydrator/DuplicationHydrator.php b/src/Domain/Admin/Hydrator/DuplicationHydrator.php
index bb47f3f..d8896e4 100644
--- a/src/Domain/Admin/Hydrator/DuplicationHydrator.php
+++ b/src/Domain/Admin/Hydrator/DuplicationHydrator.php
@@ -28,10 +28,6 @@ class DuplicationHydrator
 
     /**
      * DuplicationDTOTransformer constructor.
-     *
-     * @param RegistryRepository\Treatment  $treatmentRepository
-     * @param RegistryRepository\Contractor $contractorRepository
-     * @param RegistryRepository\Mesurement $mesurementRepository
      */
     public function __construct(
         RegistryRepository\Treatment $treatmentRepository,
@@ -59,8 +55,6 @@ class DuplicationHydrator
 
     /**
      * Add every data ids (converted as object) from DuplicationFormDTO to Duplication.
-     *
-     * @param Duplication $model
      */
     protected function hydrateDataField(Duplication $model): void
     {
diff --git a/src/Domain/Admin/Model/Duplication.php b/src/Domain/Admin/Model/Duplication.php
index 969334d..8edf81b 100644
--- a/src/Domain/Admin/Model/Duplication.php
+++ b/src/Domain/Admin/Model/Duplication.php
@@ -47,8 +47,6 @@ class Duplication
     /**
      * DuplicationDTO constructor.
      *
-     * @param string         $type
-     * @param Collectivity   $sourceCollectivity
      * @param Collectivity[] $targetCollectivities
      *
      * @throws \Exception
@@ -66,41 +64,26 @@ class Duplication
         $this->targetCollectivities = $targetCollectivities;
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string
-     */
     public function getType(): string
     {
         return $this->type;
     }
 
-    /**
-     * @param string $type
-     */
     public function setType(string $type): void
     {
         $this->type = $type;
     }
 
-    /**
-     * @return Collectivity
-     */
     public function getSourceCollectivity(): Collectivity
     {
         return $this->sourceCollectivity;
     }
 
-    /**
-     * @param Collectivity $sourceCollectivity
-     */
     public function setSourceCollectivity(Collectivity $sourceCollectivity): void
     {
         $this->sourceCollectivity = $sourceCollectivity;
@@ -114,17 +97,11 @@ class Duplication
         return $this->dataIds;
     }
 
-    /**
-     * @param string $dataId
-     */
     public function addDataId(string $dataId): void
     {
         $this->dataIds[] = $dataId;
     }
 
-    /**
-     * @param string $dataId
-     */
     public function removeDataId(string $dataId): void
     {
         $key = \array_search($dataId, $this->dataIds, true);
@@ -136,9 +113,6 @@ class Duplication
         unset($this->dataIds[$key]);
     }
 
-    /**
-     * @return array
-     */
     public function getData(): array
     {
         return $this->data;
@@ -174,17 +148,11 @@ class Duplication
         return $this->targetCollectivities;
     }
 
-    /**
-     * @param Collectivity $collectivity
-     */
     public function addTargetCollectivity(Collectivity $collectivity): void
     {
         $this->targetCollectivities[] = $collectivity;
     }
 
-    /**
-     * @param Collectivity $collectivity
-     */
     public function removeTargetCollectivity(Collectivity $collectivity): void
     {
         $key = \array_search($collectivity, $this->targetCollectivities, true);
diff --git a/src/Domain/Admin/Transformer/DuplicationFormDTOTransformer.php b/src/Domain/Admin/Transformer/DuplicationFormDTOTransformer.php
index 4686a25..22293b5 100644
--- a/src/Domain/Admin/Transformer/DuplicationFormDTOTransformer.php
+++ b/src/Domain/Admin/Transformer/DuplicationFormDTOTransformer.php
@@ -24,9 +24,6 @@ class DuplicationFormDTOTransformer
 
     /**
      * DuplicationDTOTransformer constructor.
-     *
-     * @param UserRepository\Collectivity $collectivityRepository
-     * @param DuplicationHydrator         $hydrator
      */
     public function __construct(
         UserRepository\Collectivity $collectivityRepository,
@@ -39,11 +36,7 @@ class DuplicationFormDTOTransformer
     /**
      * Transform a DuplicationFormDTO to a Duplication object model.
      *
-     * @param DuplicationFormDTO $formDTO
-     *
      * @throws \Exception
-     *
-     * @return Duplication
      */
     public function toModelObject(DuplicationFormDTO $formDTO): Duplication
     {
@@ -75,9 +68,6 @@ class DuplicationFormDTOTransformer
 
     /**
      * Add target collectivities formatted from "PER COLLECTIVITY" target options.
-     *
-     * @param DuplicationFormDTO $formDTO
-     * @param Duplication        $model
      */
     protected function addTargetCollectivitiesPerCollectivity(DuplicationFormDTO $formDTO, Duplication $model): void
     {
@@ -88,9 +78,6 @@ class DuplicationFormDTOTransformer
 
     /**
      * Add target collectivities formatted from "PER TYPE" target options.
-     *
-     * @param DuplicationFormDTO $formDTO
-     * @param Duplication        $model
      */
     protected function addTargetCollectivitiesPerType(DuplicationFormDTO $formDTO, Duplication $model): void
     {
diff --git a/src/Domain/Maturity/Calculator/Maturity.php b/src/Domain/Maturity/Calculator/Maturity.php
index eefe7bc..9ec7dc6 100644
--- a/src/Domain/Maturity/Calculator/Maturity.php
+++ b/src/Domain/Maturity/Calculator/Maturity.php
@@ -86,8 +86,6 @@ class Maturity
      * Make an average of maturity indice of each Maturity.
      *
      * @param Model\Maturity[] $maturityList
-     *
-     * @return int
      */
     public function getGlobalScore(array $maturityList = []): int
     {
diff --git a/src/Domain/Maturity/Calculator/MaturityHandler.php b/src/Domain/Maturity/Calculator/MaturityHandler.php
index 60ed43e..bcb95f3 100644
--- a/src/Domain/Maturity/Calculator/MaturityHandler.php
+++ b/src/Domain/Maturity/Calculator/MaturityHandler.php
@@ -41,8 +41,6 @@ class MaturityHandler
 
     /**
      * Handle calculator & generate score by maturity.
-     *
-     * @param Model\Survey $survey
      */
     public function handle(Model\Survey $survey): void
     {
diff --git a/src/Domain/Maturity/Controller/SurveyController.php b/src/Domain/Maturity/Controller/SurveyController.php
index 2a288f4..8ae698f 100644
--- a/src/Domain/Maturity/Controller/SurveyController.php
+++ b/src/Domain/Maturity/Controller/SurveyController.php
@@ -191,8 +191,6 @@ class SurveyController extends CRUDController
      * Get current survey and previous one.
      *
      * @throws \PhpOffice\PhpWord\Exception\Exception
-     *
-     * @return Response
      */
     public function reportAction(string $id): Response
     {
diff --git a/src/Domain/Maturity/Form/Type/AnswerType.php b/src/Domain/Maturity/Form/Type/AnswerType.php
index 2f85733..73f5bfe 100644
--- a/src/Domain/Maturity/Form/Type/AnswerType.php
+++ b/src/Domain/Maturity/Form/Type/AnswerType.php
@@ -34,9 +34,6 @@ class AnswerType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -55,8 +52,6 @@ class AnswerType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Maturity/Form/Type/SurveyType.php b/src/Domain/Maturity/Form/Type/SurveyType.php
index 3c5829f..4270c5b 100644
--- a/src/Domain/Maturity/Form/Type/SurveyType.php
+++ b/src/Domain/Maturity/Form/Type/SurveyType.php
@@ -34,9 +34,6 @@ class SurveyType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -52,8 +49,6 @@ class SurveyType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Maturity/Model/Answer.php b/src/Domain/Maturity/Model/Answer.php
index 24646a7..a8cf688 100644
--- a/src/Domain/Maturity/Model/Answer.php
+++ b/src/Domain/Maturity/Model/Answer.php
@@ -59,57 +59,36 @@ class Answer
         $this->id = Uuid::uuid4();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return int|null
-     */
     public function getResponse(): ?int
     {
         return $this->response;
     }
 
-    /**
-     * @param int|null $response
-     */
     public function setResponse(?int $response): void
     {
         $this->response = $response;
     }
 
-    /**
-     * @return Question|null
-     */
     public function getQuestion(): ?Question
     {
         return $this->question;
     }
 
-    /**
-     * @param Question|null $question
-     */
     public function setQuestion(?Question $question): void
     {
         $this->question = $question;
     }
 
-    /**
-     * @return Survey|null
-     */
     public function getSurvey(): ?Survey
     {
         return $this->survey;
     }
 
-    /**
-     * @param Survey|null $survey
-     */
     public function setSurvey(?Survey $survey): void
     {
         $this->survey = $survey;
diff --git a/src/Domain/Maturity/Model/Domain.php b/src/Domain/Maturity/Model/Domain.php
index d64b9eb..068ef6a 100644
--- a/src/Domain/Maturity/Model/Domain.php
+++ b/src/Domain/Maturity/Model/Domain.php
@@ -71,74 +71,47 @@ class Domain
         $this->maturity  = [];
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return string|null
-     */
     public function getColor(): ?string
     {
         return $this->color;
     }
 
-    /**
-     * @param string|null $color
-     */
     public function setColor(?string $color): void
     {
         $this->color = $color;
     }
 
-    /**
-     * @return int|null
-     */
     public function getPosition(): ?int
     {
         return $this->position;
     }
 
-    /**
-     * @param int|null $position
-     */
     public function setPosition(?int $position): void
     {
         $this->position = $position;
     }
 
-    /**
-     * @param Question $question
-     */
     public function addQuestion(Question $question): void
     {
         $this->questions[] = $question;
         $question->setDomain($this);
     }
 
-    /**
-     * @param Question $question
-     */
     public function removeQuestion(Question $question): void
     {
         $key = \array_search($question, $this->questions, true);
@@ -150,26 +123,17 @@ class Domain
         unset($this->questions[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getQuestions(): iterable
     {
         return $this->questions;
     }
 
-    /**
-     * @param Maturity $maturity
-     */
     public function addMaturity(Maturity $maturity): void
     {
         $this->maturity[] = $maturity;
         $maturity->setDomain($this);
     }
 
-    /**
-     * @param Maturity $maturity
-     */
     public function removeMaturity(Maturity $maturity): void
     {
         $key = \array_search($maturity, $this->maturity, true);
@@ -181,9 +145,6 @@ class Domain
         unset($this->maturity[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getMaturity(): iterable
     {
         return $this->maturity;
diff --git a/src/Domain/Maturity/Model/Maturity.php b/src/Domain/Maturity/Model/Maturity.php
index 13fa5b2..f6cffa7 100644
--- a/src/Domain/Maturity/Model/Maturity.php
+++ b/src/Domain/Maturity/Model/Maturity.php
@@ -59,57 +59,36 @@ class Maturity
         $this->id = Uuid::uuid4();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return Domain|null
-     */
     public function getDomain(): ?Domain
     {
         return $this->domain;
     }
 
-    /**
-     * @param Domain|null $domain
-     */
     public function setDomain(?Domain $domain): void
     {
         $this->domain = $domain;
     }
 
-    /**
-     * @return int|null
-     */
     public function getScore(): ?int
     {
         return $this->score;
     }
 
-    /**
-     * @param int|null $score
-     */
     public function setScore(?int $score): void
     {
         $this->score = $score;
     }
 
-    /**
-     * @return Survey|null
-     */
     public function getSurvey(): ?Survey
     {
         return $this->survey;
     }
 
-    /**
-     * @param Survey|null $survey
-     */
     public function setSurvey(?Survey $survey): void
     {
         $this->survey = $survey;
diff --git a/src/Domain/Maturity/Model/Question.php b/src/Domain/Maturity/Model/Question.php
index aa79c07..7d5d901 100644
--- a/src/Domain/Maturity/Model/Question.php
+++ b/src/Domain/Maturity/Model/Question.php
@@ -61,49 +61,31 @@ class Question
         $this->answers = new ArrayCollection();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return Domain|null
-     */
     public function getDomain(): ?Domain
     {
         return $this->domain;
     }
 
-    /**
-     * @param Domain|null $domain
-     */
     public function setDomain(?Domain $domain): void
     {
         $this->domain = $domain;
     }
 
-    /**
-     * @return iterable
-     */
     public function getAnswers(): iterable
     {
         return $this->answers;
diff --git a/src/Domain/Maturity/Model/Survey.php b/src/Domain/Maturity/Model/Survey.php
index cfda515..1353a63 100644
--- a/src/Domain/Maturity/Model/Survey.php
+++ b/src/Domain/Maturity/Model/Survey.php
@@ -74,26 +74,17 @@ class Survey
         return "Indice du {$this->createdAt->format('d/m/Y')}";
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @param Answer $answer
-     */
     public function addAnswer(Answer $answer): void
     {
         $this->answers[] = $answer;
         $answer->setSurvey($this);
     }
 
-    /**
-     * @param Answer $answer
-     */
     public function removeAnswer(Answer $answer): void
     {
         $key = \array_search($answer, $this->answers, true);
@@ -105,26 +96,17 @@ class Survey
         unset($this->answers[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getAnswers(): iterable
     {
         return $this->answers;
     }
 
-    /**
-     * @param Maturity $maturity
-     */
     public function addMaturity(Maturity $maturity): void
     {
         $this->maturity[] = $maturity;
         $maturity->setSurvey($this);
     }
 
-    /**
-     * @param Maturity $maturity
-     */
     public function removeMaturity(Maturity $maturity): void
     {
         $key = \array_search($maturity, $this->maturity, true);
@@ -136,17 +118,11 @@ class Survey
         unset($this->maturity[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getMaturity(): iterable
     {
         return $this->maturity;
     }
 
-    /**
-     * @param array $maturityList
-     */
     public function setMaturity(array $maturityList): void
     {
         foreach ($maturityList as $maturity) {
@@ -155,17 +131,11 @@ class Survey
         }
     }
 
-    /**
-     * @return int
-     */
     public function getScore(): int
     {
         return $this->score;
     }
 
-    /**
-     * @param int $score
-     */
     public function setScore(int $score): void
     {
         $this->score = $score;
diff --git a/src/Domain/Maturity/Repository/Survey.php b/src/Domain/Maturity/Repository/Survey.php
index 3072bc8..7c80a17 100644
--- a/src/Domain/Maturity/Repository/Survey.php
+++ b/src/Domain/Maturity/Repository/Survey.php
@@ -42,11 +42,6 @@ interface Survey extends CRUDRepositoryInterface
 
     /**
      * Find previous survey by created_at date.
-     *
-     * @param string $id
-     * @param int    $limit
-     *
-     * @return iterable
      */
     public function findPreviousById(string $id, int $limit = 1): iterable;
 }
diff --git a/src/Domain/Maturity/Symfony/EventSubscriber/Doctrine/GenerateMaturitySubscriber.php b/src/Domain/Maturity/Symfony/EventSubscriber/Doctrine/GenerateMaturitySubscriber.php
index ce3202f..ed61c62 100644
--- a/src/Domain/Maturity/Symfony/EventSubscriber/Doctrine/GenerateMaturitySubscriber.php
+++ b/src/Domain/Maturity/Symfony/EventSubscriber/Doctrine/GenerateMaturitySubscriber.php
@@ -42,9 +42,6 @@ class GenerateMaturitySubscriber implements EventSubscriber
         $this->maturityHandler = $maturityHandler;
     }
 
-    /**
-     * @return array
-     */
     public function getSubscribedEvents(): array
     {
         return [
@@ -53,17 +50,11 @@ class GenerateMaturitySubscriber implements EventSubscriber
         ];
     }
 
-    /**
-     * @param LifecycleEventArgs $args
-     */
     public function prePersist(LifecycleEventArgs $args): void
     {
         $this->process($args);
     }
 
-    /**
-     * @param LifecycleEventArgs $args
-     */
     public function preUpdate(LifecycleEventArgs $args): void
     {
         $this->process($args);
@@ -71,8 +62,6 @@ class GenerateMaturitySubscriber implements EventSubscriber
 
     /**
      * Handle maturity for each persisted or updated survey.
-     *
-     * @param LifecycleEventArgs $args
      */
     private function process(LifecycleEventArgs $args): void
     {
diff --git a/src/Domain/Maturity/Twig/Extension/SurveyExtension.php b/src/Domain/Maturity/Twig/Extension/SurveyExtension.php
index 4ff9c09..1a32c22 100644
--- a/src/Domain/Maturity/Twig/Extension/SurveyExtension.php
+++ b/src/Domain/Maturity/Twig/Extension/SurveyExtension.php
@@ -45,10 +45,6 @@ class SurveyExtension extends AbstractExtension
     /**
      * Order formView answers by domain.
      * Then, every domains must be ordered by position.
-     *
-     * @param FormView $formView
-     *
-     * @return array
      */
     public function orderByDomain(FormView $formView): array
     {
@@ -71,8 +67,6 @@ class SurveyExtension extends AbstractExtension
      * Order answers by question name asc.
      *
      * @param FormView[] $formViews
-     *
-     * @return array
      */
     public function orderAnswersByQuestionNameAsc(array $formViews): array
     {
diff --git a/src/Domain/Registry/Calculator/Completion/AbstractCompletion.php b/src/Domain/Registry/Calculator/Completion/AbstractCompletion.php
index b0a67b2..fd1c8be 100644
--- a/src/Domain/Registry/Calculator/Completion/AbstractCompletion.php
+++ b/src/Domain/Registry/Calculator/Completion/AbstractCompletion.php
@@ -30,15 +30,11 @@ abstract class AbstractCompletion
      * Get the completion points computed for provided object.
      *
      * @param mixed $object
-     *
-     * @return int
      */
     abstract protected function getPoints($object): int;
 
     /**
      * Get max number point possible.
-     *
-     * @return int
      */
     abstract protected function getMaxPoints(): int;
 
@@ -47,8 +43,6 @@ abstract class AbstractCompletion
      * Rounded to up by getting the following int number.
      *
      * @param mixed $object The object on which to calculate completion
-     *
-     * @return int
      */
     public function calculate($object): int
     {
diff --git a/src/Domain/Registry/Calculator/Completion/TreatmentCompletion.php b/src/Domain/Registry/Calculator/Completion/TreatmentCompletion.php
index eaf7a66..8f95064 100644
--- a/src/Domain/Registry/Calculator/Completion/TreatmentCompletion.php
+++ b/src/Domain/Registry/Calculator/Completion/TreatmentCompletion.php
@@ -33,8 +33,6 @@ class TreatmentCompletion extends AbstractCompletion
      * Get completion points for Treatment.
      *
      * @param Model\Treatment $object
-     *
-     * @return int
      */
     protected function getPoints($object): int
     {
@@ -93,8 +91,6 @@ class TreatmentCompletion extends AbstractCompletion
 
     /**
      * {@inheritdoc}
-     *
-     * @return int
      */
     protected function getMaxPoints(): int
     {
diff --git a/src/Domain/Registry/Controller/ContractorController.php b/src/Domain/Registry/Controller/ContractorController.php
index e72898f..5cc26a9 100644
--- a/src/Domain/Registry/Controller/ContractorController.php
+++ b/src/Domain/Registry/Controller/ContractorController.php
@@ -129,8 +129,6 @@ class ContractorController extends CRUDController
      * Generate a word report of contractors.
      *
      * @throws \PhpOffice\PhpWord\Exception\Exception
-     *
-     * @return Response
      */
     public function reportAction(): Response
     {
@@ -144,10 +142,6 @@ class ContractorController extends CRUDController
 
     /**
      * Get all active treatments of a collectivity and return their id/name as JSON.
-     *
-     * @param string $collectivityId
-     *
-     * @return Response
      */
     public function apiGetContractorsByCollectivity(string $collectivityId): Response
     {
diff --git a/src/Domain/Registry/Controller/MesurementController.php b/src/Domain/Registry/Controller/MesurementController.php
index 7289f19..f8e57c0 100644
--- a/src/Domain/Registry/Controller/MesurementController.php
+++ b/src/Domain/Registry/Controller/MesurementController.php
@@ -132,8 +132,6 @@ class MesurementController extends CRUDController
      * Generate a word report of contractors.
      *
      * @throws \PhpOffice\PhpWord\Exception\Exception
-     *
-     * @return Response
      */
     public function reportAction(): Response
     {
@@ -169,10 +167,6 @@ class MesurementController extends CRUDController
 
     /**
      * Get all active treatments of a collectivity and return their id/name as JSON.
-     *
-     * @param string $collectivityId
-     *
-     * @return Response
      */
     public function apiGetMesurementsByCollectivity(string $collectivityId): Response
     {
diff --git a/src/Domain/Registry/Controller/ProofController.php b/src/Domain/Registry/Controller/ProofController.php
index a2dc884..500b97c 100644
--- a/src/Domain/Registry/Controller/ProofController.php
+++ b/src/Domain/Registry/Controller/ProofController.php
@@ -168,10 +168,6 @@ class ProofController extends CRUDController
     /**
      * The archive action view
      * Display a confirmation message to confirm data archivage.
-     *
-     * @param string $id
-     *
-     * @return Response
      */
     public function archiveAction(string $id): Response
     {
@@ -189,11 +185,7 @@ class ProofController extends CRUDController
      * The archive action
      * Archive the data.
      *
-     * @param string $id
-     *
      * @throws \Exception
-     *
-     * @return Response
      */
     public function archiveConfirmationAction(string $id): Response
     {
@@ -248,11 +240,7 @@ class ProofController extends CRUDController
     /**
      * Download uploaded document which belongs to provided object id.
      *
-     * @param string $id
-     *
      * @throws \Exception
-     *
-     * @return Response
      */
     public function downloadAction(string $id): Response
     {
diff --git a/src/Domain/Registry/Controller/RequestController.php b/src/Domain/Registry/Controller/RequestController.php
index de72e0f..5551e08 100644
--- a/src/Domain/Registry/Controller/RequestController.php
+++ b/src/Domain/Registry/Controller/RequestController.php
@@ -139,8 +139,6 @@ class RequestController extends CRUDController
      * Generate a word report of contractors.
      *
      * @throws \PhpOffice\PhpWord\Exception\Exception
-     *
-     * @return Response
      */
     public function reportAction(): Response
     {
diff --git a/src/Domain/Registry/Controller/TreatmentController.php b/src/Domain/Registry/Controller/TreatmentController.php
index 7180892..f04d8f2 100644
--- a/src/Domain/Registry/Controller/TreatmentController.php
+++ b/src/Domain/Registry/Controller/TreatmentController.php
@@ -145,8 +145,6 @@ class TreatmentController extends CRUDController
      * Generate a word report of contractors.
      *
      * @throws \PhpOffice\PhpWord\Exception\Exception
-     *
-     * @return Response
      */
     public function reportAction(): Response
     {
@@ -161,10 +159,6 @@ class TreatmentController extends CRUDController
 
     /**
      * Get all active treatments of a collectivity and return their id/name as JSON.
-     *
-     * @param string $collectivityId
-     *
-     * @return Response
      */
     public function apiGetTreatmentsByCollectivity(string $collectivityId): Response
     {
diff --git a/src/Domain/Registry/Controller/ViolationController.php b/src/Domain/Registry/Controller/ViolationController.php
index 9aeebbe..59e4c54 100644
--- a/src/Domain/Registry/Controller/ViolationController.php
+++ b/src/Domain/Registry/Controller/ViolationController.php
@@ -139,8 +139,6 @@ class ViolationController extends CRUDController
      * Generate a word report of contractors.
      *
      * @throws \PhpOffice\PhpWord\Exception\Exception
-     *
-     * @return Response
      */
     public function reportAction(): Response
     {
diff --git a/src/Domain/Registry/Form/Type/ContractorType.php b/src/Domain/Registry/Form/Type/ContractorType.php
index d92a2d8..add400c 100644
--- a/src/Domain/Registry/Form/Type/ContractorType.php
+++ b/src/Domain/Registry/Form/Type/ContractorType.php
@@ -37,9 +37,6 @@ class ContractorType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -77,8 +74,6 @@ class ContractorType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/Embeddable/AddressType.php b/src/Domain/Registry/Form/Type/Embeddable/AddressType.php
index b938d20..ce85794 100644
--- a/src/Domain/Registry/Form/Type/Embeddable/AddressType.php
+++ b/src/Domain/Registry/Form/Type/Embeddable/AddressType.php
@@ -35,9 +35,6 @@ class AddressType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -72,8 +69,6 @@ class AddressType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/Embeddable/ComplexChoiceType.php b/src/Domain/Registry/Form/Type/Embeddable/ComplexChoiceType.php
index 50483f7..2efa196 100644
--- a/src/Domain/Registry/Form/Type/Embeddable/ComplexChoiceType.php
+++ b/src/Domain/Registry/Form/Type/Embeddable/ComplexChoiceType.php
@@ -35,9 +35,6 @@ class ComplexChoiceType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -61,8 +58,6 @@ class ComplexChoiceType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/Embeddable/DelayType.php b/src/Domain/Registry/Form/Type/Embeddable/DelayType.php
index 0be9b22..46e8ad9 100644
--- a/src/Domain/Registry/Form/Type/Embeddable/DelayType.php
+++ b/src/Domain/Registry/Form/Type/Embeddable/DelayType.php
@@ -37,9 +37,6 @@ class DelayType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -69,8 +66,6 @@ class DelayType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/Embeddable/RequestAnswerType.php b/src/Domain/Registry/Form/Type/Embeddable/RequestAnswerType.php
index 2397637..9f0e90b 100644
--- a/src/Domain/Registry/Form/Type/Embeddable/RequestAnswerType.php
+++ b/src/Domain/Registry/Form/Type/Embeddable/RequestAnswerType.php
@@ -36,9 +36,6 @@ class RequestAnswerType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -70,8 +67,6 @@ class RequestAnswerType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/Embeddable/RequestApplicantType.php b/src/Domain/Registry/Form/Type/Embeddable/RequestApplicantType.php
index 514df0a..8a79827 100644
--- a/src/Domain/Registry/Form/Type/Embeddable/RequestApplicantType.php
+++ b/src/Domain/Registry/Form/Type/Embeddable/RequestApplicantType.php
@@ -37,9 +37,6 @@ class RequestApplicantType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -78,8 +75,6 @@ class RequestApplicantType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/Embeddable/RequestConcernedPeopleType.php b/src/Domain/Registry/Form/Type/Embeddable/RequestConcernedPeopleType.php
index 1d7bf8a..1ac8f13 100644
--- a/src/Domain/Registry/Form/Type/Embeddable/RequestConcernedPeopleType.php
+++ b/src/Domain/Registry/Form/Type/Embeddable/RequestConcernedPeopleType.php
@@ -36,9 +36,6 @@ class RequestConcernedPeopleType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -77,8 +74,6 @@ class RequestConcernedPeopleType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/MesurementType.php b/src/Domain/Registry/Form/Type/MesurementType.php
index 638f207..a63725f 100644
--- a/src/Domain/Registry/Form/Type/MesurementType.php
+++ b/src/Domain/Registry/Form/Type/MesurementType.php
@@ -37,9 +37,6 @@ class MesurementType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -98,8 +95,6 @@ class MesurementType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/ProofType.php b/src/Domain/Registry/Form/Type/ProofType.php
index 4a86967..984356f 100644
--- a/src/Domain/Registry/Form/Type/ProofType.php
+++ b/src/Domain/Registry/Form/Type/ProofType.php
@@ -52,9 +52,6 @@ class ProofType extends AbstractType
     /**
      * Build type form.
      *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
-     *
      * @throws \Exception
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
@@ -203,8 +200,6 @@ class ProofType extends AbstractType
      * Prefix every inactive object with "Inactif".
      *
      * @param mixed $object
-     *
-     * @return string
      */
     protected function formatInactiveObjectLabel($object): string
     {
@@ -223,8 +218,6 @@ class ProofType extends AbstractType
      * Prefix every archived object with "Archivé".
      *
      * @param mixed $object
-     *
-     * @return string
      */
     protected function formatArchivedObjectLabel($object): string
     {
@@ -241,8 +234,6 @@ class ProofType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/RequestType.php b/src/Domain/Registry/Form/Type/RequestType.php
index 64b1f89..bc871b3 100644
--- a/src/Domain/Registry/Form/Type/RequestType.php
+++ b/src/Domain/Registry/Form/Type/RequestType.php
@@ -40,9 +40,6 @@ class RequestType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -100,8 +97,6 @@ class RequestType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/TreatmentType.php b/src/Domain/Registry/Form/Type/TreatmentType.php
index ff6c19e..32d0164 100644
--- a/src/Domain/Registry/Form/Type/TreatmentType.php
+++ b/src/Domain/Registry/Form/Type/TreatmentType.php
@@ -56,9 +56,6 @@ class TreatmentType extends AbstractType
 
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -225,8 +222,6 @@ class TreatmentType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Form/Type/ViolationType.php b/src/Domain/Registry/Form/Type/ViolationType.php
index aad9d1e..f7fc34c 100644
--- a/src/Domain/Registry/Form/Type/ViolationType.php
+++ b/src/Domain/Registry/Form/Type/ViolationType.php
@@ -39,9 +39,6 @@ class ViolationType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -157,8 +154,6 @@ class ViolationType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/Registry/Model/Contractor.php b/src/Domain/Registry/Model/Contractor.php
index 27d2b7c..35e9ea1 100644
--- a/src/Domain/Registry/Model/Contractor.php
+++ b/src/Domain/Registry/Model/Contractor.php
@@ -101,9 +101,6 @@ class Contractor
         $this->proofs                     = [];
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getName())) {
@@ -117,121 +114,76 @@ class Contractor
         return $this->getName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return string|null
-     */
     public function getReferent(): ?string
     {
         return $this->referent;
     }
 
-    /**
-     * @param string|null $referent
-     */
     public function setReferent(?string $referent): void
     {
         $this->referent = $referent;
     }
 
-    /**
-     * @return bool
-     */
     public function isContractualClausesVerified(): bool
     {
         return $this->contractualClausesVerified;
     }
 
-    /**
-     * @param bool $contractualClausesVerified
-     */
     public function setContractualClausesVerified(bool $contractualClausesVerified): void
     {
         $this->contractualClausesVerified = $contractualClausesVerified;
     }
 
-    /**
-     * @return bool
-     */
     public function isConform(): bool
     {
         return $this->conform;
     }
 
-    /**
-     * @param bool $conform
-     */
     public function setConform(bool $conform): void
     {
         $this->conform = $conform;
     }
 
-    /**
-     * @return string|null
-     */
     public function getOtherInformations(): ?string
     {
         return $this->otherInformations;
     }
 
-    /**
-     * @param string|null $otherInformations
-     */
     public function setOtherInformations(?string $otherInformations): void
     {
         $this->otherInformations = $otherInformations;
     }
 
-    /**
-     * @return Address|null
-     */
     public function getAddress(): ?Address
     {
         return $this->address;
     }
 
-    /**
-     * @param Address $address
-     */
     public function setAddress(Address $address): void
     {
         $this->address = $address;
     }
 
-    /**
-     * @param Treatment $treatment
-     */
     public function addTreatment(Treatment $treatment): void
     {
         $this->treatments[] = $treatment;
     }
 
-    /**
-     * @param Treatment $treatment
-     */
     public function removeTreatment(Treatment $treatment): void
     {
         $key = \array_search($treatment, $this->treatments, true);
@@ -243,33 +195,21 @@ class Contractor
         unset($this->treatments[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getTreatments(): iterable
     {
         return $this->treatments;
     }
 
-    /**
-     * @return iterable
-     */
     public function getProofs(): iterable
     {
         return $this->proofs;
     }
 
-    /**
-     * @return Contractor|null
-     */
     public function getClonedFrom(): ?Contractor
     {
         return $this->clonedFrom;
     }
 
-    /**
-     * @param Contractor|null $clonedFrom
-     */
     public function setClonedFrom(?Contractor $clonedFrom): void
     {
         $this->clonedFrom = $clonedFrom;
diff --git a/src/Domain/Registry/Model/Embeddable/Address.php b/src/Domain/Registry/Model/Embeddable/Address.php
index bd42b1e..0ea7c6f 100644
--- a/src/Domain/Registry/Model/Embeddable/Address.php
+++ b/src/Domain/Registry/Model/Embeddable/Address.php
@@ -56,97 +56,61 @@ class Address
      */
     private $phoneNumber;
 
-    /**
-     * @return string|null
-     */
     public function getLineOne(): ?string
     {
         return $this->lineOne;
     }
 
-    /**
-     * @param string|null $lineOne
-     */
     public function setLineOne(?string $lineOne): void
     {
         $this->lineOne = $lineOne;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLineTwo(): ?string
     {
         return $this->lineTwo;
     }
 
-    /**
-     * @param string|null $lineTwo
-     */
     public function setLineTwo(?string $lineTwo): void
     {
         $this->lineTwo = $lineTwo;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCity(): ?string
     {
         return $this->city;
     }
 
-    /**
-     * @param string|null $city
-     */
     public function setCity(?string $city): void
     {
         $this->city = $city;
     }
 
-    /**
-     * @return string|null
-     */
     public function getZipCode(): ?string
     {
         return $this->zipCode;
     }
 
-    /**
-     * @param string|null $zipCode
-     */
     public function setZipCode(?string $zipCode): void
     {
         $this->zipCode = $zipCode;
     }
 
-    /**
-     * @return string|null
-     */
     public function getMail(): ?string
     {
         return $this->mail;
     }
 
-    /**
-     * @param string|null $mail
-     */
     public function setMail(?string $mail): void
     {
         $this->mail = $mail;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPhoneNumber(): ?string
     {
         return $this->phoneNumber;
     }
 
-    /**
-     * @param string|null $phoneNumber
-     */
     public function setPhoneNumber(?string $phoneNumber): void
     {
         $this->phoneNumber = $phoneNumber;
diff --git a/src/Domain/Registry/Model/Embeddable/ComplexChoice.php b/src/Domain/Registry/Model/Embeddable/ComplexChoice.php
index 5a83e2d..5d6ddee 100644
--- a/src/Domain/Registry/Model/Embeddable/ComplexChoice.php
+++ b/src/Domain/Registry/Model/Embeddable/ComplexChoice.php
@@ -41,33 +41,21 @@ class ComplexChoice
         $this->check = false;
     }
 
-    /**
-     * @return bool
-     */
     public function isCheck(): bool
     {
         return $this->check;
     }
 
-    /**
-     * @param bool $check
-     */
     public function setCheck(bool $check): void
     {
         $this->check = $check;
     }
 
-    /**
-     * @return string|null
-     */
     public function getComment(): ?string
     {
         return $this->comment;
     }
 
-    /**
-     * @param string|null $comment
-     */
     public function setComment(?string $comment): void
     {
         $this->comment = $comment;
diff --git a/src/Domain/Registry/Model/Embeddable/Delay.php b/src/Domain/Registry/Model/Embeddable/Delay.php
index 4ab2332..7dd6499 100644
--- a/src/Domain/Registry/Model/Embeddable/Delay.php
+++ b/src/Domain/Registry/Model/Embeddable/Delay.php
@@ -51,65 +51,41 @@ class Delay
         $this->otherDelay = false;
     }
 
-    /**
-     * @return int|null
-     */
     public function getNumber(): ?int
     {
         return $this->number;
     }
 
-    /**
-     * @param int|null $number
-     */
     public function setNumber(?int $number): void
     {
         $this->number = $number;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPeriod(): ?string
     {
         return $this->period;
     }
 
-    /**
-     * @param string|null $period
-     */
     public function setPeriod(?string $period): void
     {
         $this->period = $period;
     }
 
-    /**
-     * @return bool
-     */
     public function isOtherDelay(): bool
     {
         return $this->otherDelay;
     }
 
-    /**
-     * @param bool $otherDelay
-     */
     public function setOtherDelay(bool $otherDelay): void
     {
         $this->otherDelay = $otherDelay;
     }
 
-    /**
-     * @return string|null
-     */
     public function getComment(): ?string
     {
         return $this->comment;
     }
 
-    /**
-     * @param string|null $comment
-     */
     public function setComment(?string $comment): void
     {
         $this->comment = $comment;
diff --git a/src/Domain/Registry/Model/Embeddable/RequestAnswer.php b/src/Domain/Registry/Model/Embeddable/RequestAnswer.php
index 68948ab..eeed1dd 100644
--- a/src/Domain/Registry/Model/Embeddable/RequestAnswer.php
+++ b/src/Domain/Registry/Model/Embeddable/RequestAnswer.php
@@ -41,49 +41,31 @@ class RequestAnswer
      */
     private $type;
 
-    /**
-     * @return string|null
-     */
     public function getResponse(): ?string
     {
         return $this->response;
     }
 
-    /**
-     * @param string|null $response
-     */
     public function setResponse(?string $response): void
     {
         $this->response = $response;
     }
 
-    /**
-     * @return \DateTime|null
-     */
     public function getDate(): ?\DateTime
     {
         return $this->date;
     }
 
-    /**
-     * @param \DateTime|null $date
-     */
     public function setDate(?\DateTime $date): void
     {
         $this->date = $date;
     }
 
-    /**
-     * @return string|null
-     */
     public function getType(): ?string
     {
         return $this->type;
     }
 
-    /**
-     * @param string|null $type
-     */
     public function setType(?string $type): void
     {
         $this->type = $type;
diff --git a/src/Domain/Registry/Model/Embeddable/RequestApplicant.php b/src/Domain/Registry/Model/Embeddable/RequestApplicant.php
index f974742..4169f35 100644
--- a/src/Domain/Registry/Model/Embeddable/RequestApplicant.php
+++ b/src/Domain/Registry/Model/Embeddable/RequestApplicant.php
@@ -61,121 +61,76 @@ class RequestApplicant
      */
     private $concernedPeople = true;
 
-    /**
-     * @return string|null
-     */
     public function getCivility(): ?string
     {
         return $this->civility;
     }
 
-    /**
-     * @param string|null $civility
-     */
     public function setCivility(?string $civility): void
     {
         $this->civility = $civility;
     }
 
-    /**
-     * @return string|null
-     */
     public function getFirstName(): ?string
     {
         return $this->firstName;
     }
 
-    /**
-     * @param string|null $firstName
-     */
     public function setFirstName(?string $firstName): void
     {
         $this->firstName = $firstName;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLastName(): ?string
     {
         return $this->lastName;
     }
 
-    /**
-     * @param string|null $lastName
-     */
     public function setLastName(?string $lastName): void
     {
         $this->lastName = $lastName;
     }
 
-    /**
-     * @return string
-     */
     public function getFullName(): string
     {
         return "{$this->firstName} {$this->lastName}";
     }
 
-    /**
-     * @return string|null
-     */
     public function getAddress(): ?string
     {
         return $this->address;
     }
 
-    /**
-     * @param string|null $address
-     */
     public function setAddress(?string $address): void
     {
         $this->address = $address;
     }
 
-    /**
-     * @return string|null
-     */
     public function getMail(): ?string
     {
         return $this->mail;
     }
 
-    /**
-     * @param string|null $mail
-     */
     public function setMail(?string $mail): void
     {
         $this->mail = $mail;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPhoneNumber(): ?string
     {
         return $this->phoneNumber;
     }
 
-    /**
-     * @param string|null $phoneNumber
-     */
     public function setPhoneNumber(?string $phoneNumber): void
     {
         $this->phoneNumber = $phoneNumber;
     }
 
-    /**
-     * @return bool
-     */
     public function isConcernedPeople(): bool
     {
         return $this->concernedPeople;
     }
 
-    /**
-     * @param bool $concernedPeople
-     */
     public function setConcernedPeople(bool $concernedPeople): void
     {
         $this->concernedPeople = $concernedPeople;
diff --git a/src/Domain/Registry/Model/Embeddable/RequestConcernedPeople.php b/src/Domain/Registry/Model/Embeddable/RequestConcernedPeople.php
index 4d0c1bf..5a768d3 100644
--- a/src/Domain/Registry/Model/Embeddable/RequestConcernedPeople.php
+++ b/src/Domain/Registry/Model/Embeddable/RequestConcernedPeople.php
@@ -61,121 +61,76 @@ class RequestConcernedPeople
      */
     private $linkWithApplicant;
 
-    /**
-     * @return string|null
-     */
     public function getCivility(): ?string
     {
         return $this->civility;
     }
 
-    /**
-     * @param string|null $civility
-     */
     public function setCivility(?string $civility): void
     {
         $this->civility = $civility;
     }
 
-    /**
-     * @return string|null
-     */
     public function getFirstName(): ?string
     {
         return $this->firstName;
     }
 
-    /**
-     * @param string|null $firstName
-     */
     public function setFirstName(?string $firstName): void
     {
         $this->firstName = $firstName;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLastName(): ?string
     {
         return $this->lastName;
     }
 
-    /**
-     * @param string|null $lastName
-     */
     public function setLastName(?string $lastName): void
     {
         $this->lastName = $lastName;
     }
 
-    /**
-     * @return string
-     */
     public function getFullName(): string
     {
         return "{$this->firstName} {$this->lastName}";
     }
 
-    /**
-     * @return string|null
-     */
     public function getAddress(): ?string
     {
         return $this->address;
     }
 
-    /**
-     * @param string|null $address
-     */
     public function setAddress(?string $address): void
     {
         $this->address = $address;
     }
 
-    /**
-     * @return string|null
-     */
     public function getMail(): ?string
     {
         return $this->mail;
     }
 
-    /**
-     * @param string|null $mail
-     */
     public function setMail(?string $mail): void
     {
         $this->mail = $mail;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPhoneNumber(): ?string
     {
         return $this->phoneNumber;
     }
 
-    /**
-     * @param string|null $phoneNumber
-     */
     public function setPhoneNumber(?string $phoneNumber): void
     {
         $this->phoneNumber = $phoneNumber;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLinkWithApplicant(): ?string
     {
         return $this->linkWithApplicant;
     }
 
-    /**
-     * @param string|null $linkWithApplicant
-     */
     public function setLinkWithApplicant(?string $linkWithApplicant): void
     {
         $this->linkWithApplicant = $linkWithApplicant;
diff --git a/src/Domain/Registry/Model/Mesurement.php b/src/Domain/Registry/Model/Mesurement.php
index 424d670..609b7c9 100644
--- a/src/Domain/Registry/Model/Mesurement.php
+++ b/src/Domain/Registry/Model/Mesurement.php
@@ -116,9 +116,6 @@ class Mesurement
         $this->proofs = [];
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getName())) {
@@ -132,161 +129,101 @@ class Mesurement
         return $this->getName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return string|null
-     */
     public function getType(): ?string
     {
         return $this->type;
     }
 
-    /**
-     * @param string|null $type
-     */
     public function setType(?string $type): void
     {
         $this->type = $type;
     }
 
-    /**
-     * @return string|null
-     */
     public function getDescription(): ?string
     {
         return $this->description;
     }
 
-    /**
-     * @param string|null $description
-     */
     public function setDescription(?string $description): void
     {
         $this->description = $description;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCost(): ?string
     {
         return $this->cost;
     }
 
-    /**
-     * @param string|null $cost
-     */
     public function setCost(?string $cost): void
     {
         $this->cost = $cost;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCharge(): ?string
     {
         return $this->charge;
     }
 
-    /**
-     * @param string|null $charge
-     */
     public function setCharge(?string $charge): void
     {
         $this->charge = $charge;
     }
 
-    /**
-     * @return string|null
-     */
     public function getStatus(): ?string
     {
         return $this->status;
     }
 
-    /**
-     * @param string|null $status
-     */
     public function setStatus(?string $status): void
     {
         $this->status = $status;
     }
 
-    /**
-     * @return \DateTime|null
-     */
     public function getPlanificationDate(): ?\DateTime
     {
         return $this->planificationDate;
     }
 
-    /**
-     * @param \DateTime|null $planificationDate
-     */
     public function setPlanificationDate(?\DateTime $planificationDate): void
     {
         $this->planificationDate = $planificationDate;
     }
 
-    /**
-     * @return string|null
-     */
     public function getComment(): ?string
     {
         return $this->comment;
     }
 
-    /**
-     * @param string|null $comment
-     */
     public function setComment(?string $comment): void
     {
         $this->comment = $comment;
     }
 
-    /**
-     * @return iterable
-     */
     public function getProofs(): iterable
     {
         return $this->proofs;
     }
 
-    /**
-     * @return Mesurement|null
-     */
     public function getClonedFrom(): ?Mesurement
     {
         return $this->clonedFrom;
     }
 
-    /**
-     * @param Mesurement|null $clonedFrom
-     */
     public function setClonedFrom(?Mesurement $clonedFrom): void
     {
         $this->clonedFrom = $clonedFrom;
diff --git a/src/Domain/Registry/Model/Proof.php b/src/Domain/Registry/Model/Proof.php
index f961cd2..5aa28ec 100644
--- a/src/Domain/Registry/Model/Proof.php
+++ b/src/Domain/Registry/Model/Proof.php
@@ -109,9 +109,6 @@ class Proof
         $this->violations  = [];
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getName())) {
@@ -125,113 +122,71 @@ class Proof
         return $this->getName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return string|null
-     */
     public function getType(): ?string
     {
         return $this->type;
     }
 
-    /**
-     * @param string|null $type
-     */
     public function setType(?string $type): void
     {
         $this->type = $type;
     }
 
-    /**
-     * @return string|null
-     */
     public function getDocument(): ?string
     {
         return $this->document;
     }
 
-    /**
-     * @param string|null $document
-     */
     public function setDocument(?string $document): void
     {
         $this->document = $document;
     }
 
-    /**
-     * @return UploadedFile|null
-     */
     public function getDocumentFile(): ?UploadedFile
     {
         return $this->documentFile;
     }
 
-    /**
-     * @param UploadedFile|null $documentFile
-     */
     public function setDocumentFile(?UploadedFile $documentFile): void
     {
         $this->documentFile = $documentFile;
     }
 
-    /**
-     * @return string|null
-     */
     public function getComment(): ?string
     {
         return $this->comment;
     }
 
-    /**
-     * @param string|null $comment
-     */
     public function setComment(?string $comment): void
     {
         $this->comment = $comment;
     }
 
-    /**
-     * @return iterable
-     */
     public function getTreatments(): iterable
     {
         return $this->treatments;
     }
 
-    /**
-     * @param Treatment $treatment
-     */
     public function addTreatment(Treatment $treatment): void
     {
         $this->treatments[] = $treatment;
     }
 
-    /**
-     * @param Treatment $treatment
-     */
     public function removeTreatment(Treatment $treatment): void
     {
         $key = \array_search($treatment, $this->treatments, true);
@@ -243,25 +198,16 @@ class Proof
         unset($this->treatments[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getContractors(): iterable
     {
         return $this->contractors;
     }
 
-    /**
-     * @param Contractor $contractor
-     */
     public function addContractor(Contractor $contractor): void
     {
         $this->contractors[] = $contractor;
     }
 
-    /**
-     * @param Contractor $contractor
-     */
     public function removeContractor(Contractor $contractor): void
     {
         $key = \array_search($contractor, $this->contractors, true);
@@ -273,25 +219,16 @@ class Proof
         unset($this->contractors[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getMesurements(): iterable
     {
         return $this->mesurements;
     }
 
-    /**
-     * @param Mesurement $mesurement
-     */
     public function addMesurement(Mesurement $mesurement): void
     {
         $this->mesurements[] = $mesurement;
     }
 
-    /**
-     * @param Mesurement $mesurement
-     */
     public function removeMesurement(Mesurement $mesurement): void
     {
         $key = \array_search($mesurement, $this->mesurements, true);
@@ -303,25 +240,16 @@ class Proof
         unset($this->mesurements[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getRequests(): iterable
     {
         return $this->requests;
     }
 
-    /**
-     * @param Request $request
-     */
     public function addRequest(Request $request): void
     {
         $this->requests[] = $request;
     }
 
-    /**
-     * @param Request $request
-     */
     public function removeRequest(Request $request): void
     {
         $key = \array_search($request, $this->requests, true);
@@ -333,25 +261,16 @@ class Proof
         unset($this->requests[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getViolations(): iterable
     {
         return $this->violations;
     }
 
-    /**
-     * @param Violation $violation
-     */
     public function addViolation(Violation $violation): void
     {
         $this->violations[] = $violation;
     }
 
-    /**
-     * @param Violation $violation
-     */
     public function removeViolation(Violation $violation): void
     {
         $key = \array_search($violation, $this->violations, true);
diff --git a/src/Domain/Registry/Model/Request.php b/src/Domain/Registry/Model/Request.php
index e6ffe87..4d7c77e 100644
--- a/src/Domain/Registry/Model/Request.php
+++ b/src/Domain/Registry/Model/Request.php
@@ -119,9 +119,6 @@ class Request
         $this->proofs              = [];
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getApplicant()->getFirstName())) {
@@ -135,177 +132,111 @@ class Request
         return $this->getApplicant()->getFullName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getObject(): ?string
     {
         return $this->object;
     }
 
-    /**
-     * @param string|null $object
-     */
     public function setObject(?string $object): void
     {
         $this->object = $object;
     }
 
-    /**
-     * @return string|null
-     */
     public function getOtherObject(): ?string
     {
         return $this->otherObject;
     }
 
-    /**
-     * @param string|null $otherObject
-     */
     public function setOtherObject(?string $otherObject): void
     {
         $this->otherObject = $otherObject;
     }
 
-    /**
-     * @return \DateTime|null
-     */
     public function getDate(): ?\DateTime
     {
         return $this->date;
     }
 
-    /**
-     * @param \DateTime|null $date
-     */
     public function setDate(?\DateTime $date): void
     {
         $this->date = $date;
     }
 
-    /**
-     * @return string|null
-     */
     public function getReason(): ?string
     {
         return $this->reason;
     }
 
-    /**
-     * @param string|null $reason
-     */
     public function setReason(?string $reason): void
     {
         $this->reason = $reason;
     }
 
-    /**
-     * @return RequestApplicant|null
-     */
     public function getApplicant(): ?RequestApplicant
     {
         return $this->applicant;
     }
 
-    /**
-     * @param RequestApplicant|null $applicant
-     */
     public function setApplicant(?RequestApplicant $applicant): void
     {
         $this->applicant = $applicant;
     }
 
-    /**
-     * @return RequestConcernedPeople|null
-     */
     public function getConcernedPeople(): ?RequestConcernedPeople
     {
         return $this->concernedPeople;
     }
 
-    /**
-     * @param RequestConcernedPeople|null $concernedPeople
-     */
     public function setConcernedPeople(?RequestConcernedPeople $concernedPeople): void
     {
         $this->concernedPeople = $concernedPeople;
     }
 
-    /**
-     * @return bool
-     */
     public function isComplete(): bool
     {
         return $this->complete;
     }
 
-    /**
-     * @param bool $complete
-     */
     public function setComplete(bool $complete): void
     {
         $this->complete = $complete;
     }
 
-    /**
-     * @return bool
-     */
     public function isLegitimateApplicant(): bool
     {
         return $this->legitimateApplicant;
     }
 
-    /**
-     * @param bool $legitimateApplicant
-     */
     public function setLegitimateApplicant(bool $legitimateApplicant): void
     {
         $this->legitimateApplicant = $legitimateApplicant;
     }
 
-    /**
-     * @return bool
-     */
     public function isLegitimateRequest(): bool
     {
         return $this->legitimateRequest;
     }
 
-    /**
-     * @param bool $legitimateRequest
-     */
     public function setLegitimateRequest(bool $legitimateRequest): void
     {
         $this->legitimateRequest = $legitimateRequest;
     }
 
-    /**
-     * @return RequestAnswer|null
-     */
     public function getAnswer(): ?RequestAnswer
     {
         return $this->answer;
     }
 
-    /**
-     * @param RequestAnswer|null $answer
-     */
     public function setAnswer(?RequestAnswer $answer): void
     {
         $this->answer = $answer;
     }
 
-    /**
-     * @return iterable
-     */
     public function getProofs(): iterable
     {
         return $this->proofs;
diff --git a/src/Domain/Registry/Model/Treatment.php b/src/Domain/Registry/Model/Treatment.php
index 7a10c28..f426da3 100644
--- a/src/Domain/Registry/Model/Treatment.php
+++ b/src/Domain/Registry/Model/Treatment.php
@@ -272,9 +272,6 @@ class Treatment
         $this->proofs                = [];
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getName())) {
@@ -288,234 +285,147 @@ class Treatment
         return $this->getName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return string|null
-     */
     public function getGoal(): ?string
     {
         return $this->goal;
     }
 
-    /**
-     * @param string|null $goal
-     */
     public function setGoal(?string $goal): void
     {
         $this->goal = $goal;
     }
 
-    /**
-     * @return string|null
-     */
     public function getManager(): ?string
     {
         return $this->manager;
     }
 
-    /**
-     * @param string|null $manager
-     */
     public function setManager(?string $manager): void
     {
         $this->manager = $manager;
     }
 
-    /**
-     * @return string|null
-     */
     public function getSoftware(): ?string
     {
         return $this->software;
     }
 
-    /**
-     * @param string|null $software
-     */
     public function setSoftware(?string $software): void
     {
         $this->software = $software;
     }
 
-    /**
-     * @return bool
-     */
     public function isPaperProcessing(): bool
     {
         return $this->paperProcessing;
     }
 
-    /**
-     * @param bool $paperProcessing
-     */
     public function setPaperProcessing(bool $paperProcessing): void
     {
         $this->paperProcessing = $paperProcessing;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLegalBasis(): ?string
     {
         return $this->legalBasis;
     }
 
-    /**
-     * @param string|null $legalBasis
-     */
     public function setLegalBasis(?string $legalBasis): void
     {
         $this->legalBasis = $legalBasis;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLegalBasisJustification(): ?string
     {
         return $this->legalBasisJustification;
     }
 
-    /**
-     * @param string|null $legalBasisJustification
-     */
     public function setLegalBasisJustification(?string $legalBasisJustification): void
     {
         $this->legalBasisJustification = $legalBasisJustification;
     }
 
-    /**
-     * @return string|null
-     */
     public function getObservation(): ?string
     {
         return $this->observation;
     }
 
-    /**
-     * @param string|null $observation
-     */
     public function setObservation(?string $observation): void
     {
         $this->observation = $observation;
     }
 
-    /**
-     * @return array
-     */
     public function getConcernedPeople(): array
     {
         return $this->concernedPeople;
     }
 
-    /**
-     * @param array $concernedPeople
-     */
     public function setConcernedPeople(array $concernedPeople): void
     {
         $this->concernedPeople = $concernedPeople;
     }
 
-    /**
-     * @return iterable
-     */
     public function getDataCategories(): iterable
     {
         return $this->dataCategories;
     }
 
-    /**
-     * @param iterable $dataCategories
-     */
     public function setDataCategories(iterable $dataCategories): void
     {
         $this->dataCategories = $dataCategories;
     }
 
-    /**
-     * @return string|null
-     */
     public function getDataCategoryOther(): ?string
     {
         return $this->dataCategoryOther;
     }
 
-    /**
-     * @param string|null $dataCategoryOther
-     */
     public function setDataCategoryOther(?string $dataCategoryOther): void
     {
         $this->dataCategoryOther = $dataCategoryOther;
     }
 
-    /**
-     * @return string|null
-     */
     public function getDataOrigin(): ?string
     {
         return $this->dataOrigin;
     }
 
-    /**
-     * @param string|null $dataOrigin
-     */
     public function setDataOrigin(?string $dataOrigin): void
     {
         $this->dataOrigin = $dataOrigin;
     }
 
-    /**
-     * @return string|null
-     */
     public function getRecipientCategory(): ?string
     {
         return $this->recipientCategory;
     }
 
-    /**
-     * @param string|null $recipientCategory
-     */
     public function setRecipientCategory(?string $recipientCategory): void
     {
         $this->recipientCategory = $recipientCategory;
     }
 
-    /**
-     * @param Contractor $contractor
-     */
     public function addContractor(Contractor $contractor): void
     {
         $contractor->addTreatment($this);
         $this->contractors[] = $contractor;
     }
 
-    /**
-     * @param Contractor $contractor
-     */
     public function removeContractor(Contractor $contractor): void
     {
         $contractor->removeTreatment($this);
@@ -529,273 +439,171 @@ class Treatment
         unset($this->contractors[$key]);
     }
 
-    /**
-     * @return iterable
-     */
     public function getContractors(): iterable
     {
         return $this->contractors;
     }
 
-    /**
-     * @return Delay
-     */
     public function getDelay(): Delay
     {
         return $this->delay;
     }
 
-    /**
-     * @param Delay $delay
-     */
     public function setDelay(Delay $delay): void
     {
         $this->delay = $delay;
     }
 
-    /**
-     * @return ComplexChoice
-     */
     public function getSecurityAccessControl(): ComplexChoice
     {
         return $this->securityAccessControl;
     }
 
-    /**
-     * @param ComplexChoice $securityAccessControl
-     */
     public function setSecurityAccessControl(ComplexChoice $securityAccessControl): void
     {
         $this->securityAccessControl = $securityAccessControl;
     }
 
-    /**
-     * @return ComplexChoice
-     */
     public function getSecurityTracability(): ComplexChoice
     {
         return $this->securityTracability;
     }
 
-    /**
-     * @param ComplexChoice $securityTracability
-     */
     public function setSecurityTracability(ComplexChoice $securityTracability): void
     {
         $this->securityTracability = $securityTracability;
     }
 
-    /**
-     * @return ComplexChoice
-     */
     public function getSecuritySaving(): ComplexChoice
     {
         return $this->securitySaving;
     }
 
-    /**
-     * @param ComplexChoice $securitySaving
-     */
     public function setSecuritySaving(ComplexChoice $securitySaving): void
     {
         $this->securitySaving = $securitySaving;
     }
 
-    /**
-     * @return ComplexChoice
-     */
     public function getSecurityUpdate(): ComplexChoice
     {
         return $this->securityUpdate;
     }
 
-    /**
-     * @param ComplexChoice $securityUpdate
-     */
     public function setSecurityUpdate(ComplexChoice $securityUpdate): void
     {
         $this->securityUpdate = $securityUpdate;
     }
 
-    /**
-     * @return ComplexChoice
-     */
     public function getSecurityOther(): ComplexChoice
     {
         return $this->securityOther;
     }
 
-    /**
-     * @param ComplexChoice $securityOther
-     */
     public function setSecurityOther(ComplexChoice $securityOther): void
     {
         $this->securityOther = $securityOther;
     }
 
-    /**
-     * @return bool
-     */
     public function isSystematicMonitoring(): bool
     {
         return $this->systematicMonitoring;
     }
 
-    /**
-     * @param bool $systematicMonitoring
-     */
     public function setSystematicMonitoring(bool $systematicMonitoring): void
     {
         $this->systematicMonitoring = $systematicMonitoring;
     }
 
-    /**
-     * @return bool
-     */
     public function isLargeScaleCollection(): bool
     {
         return $this->largeScaleCollection;
     }
 
-    /**
-     * @param bool $largeScaleCollection
-     */
     public function setLargeScaleCollection(bool $largeScaleCollection): void
     {
         $this->largeScaleCollection = $largeScaleCollection;
     }
 
-    /**
-     * @return bool
-     */
     public function isVulnerablePeople(): bool
     {
         return $this->vulnerablePeople;
     }
 
-    /**
-     * @param bool $vulnerablePeople
-     */
     public function setVulnerablePeople(bool $vulnerablePeople): void
     {
         $this->vulnerablePeople = $vulnerablePeople;
     }
 
-    /**
-     * @return bool
-     */
     public function isDataCrossing(): bool
     {
         return $this->dataCrossing;
     }
 
-    /**
-     * @param bool $dataCrossing
-     */
     public function setDataCrossing(bool $dataCrossing): void
     {
         $this->dataCrossing = $dataCrossing;
     }
 
-    /**
-     * @return string|null
-     */
     public function getAuthorizedPeople(): ?string
     {
         return $this->authorizedPeople;
     }
 
-    /**
-     * @param string|null $authorizedPeople
-     */
     public function setAuthorizedPeople(?string $authorizedPeople): void
     {
         $this->authorizedPeople = $authorizedPeople;
     }
 
-    /**
-     * @return bool
-     */
     public function isActive(): bool
     {
         return $this->active;
     }
 
-    /**
-     * @param bool $active
-     */
     public function setActive(bool $active): void
     {
         $this->active = $active;
     }
 
-    /**
-     * @return int
-     */
     public function getCompletion(): int
     {
         return $this->completion;
     }
 
-    /**
-     * @param int $completion
-     */
     public function setCompletion(int $completion): void
     {
         $this->completion = $completion;
     }
 
-    /**
-     * @return bool
-     */
     public function isTemplate(): bool
     {
         return $this->template;
     }
 
-    /**
-     * @param bool $template
-     */
     public function setTemplate(bool $template): void
     {
         $this->template = $template;
     }
 
-    /**
-     * @return int|null
-     */
     public function getTemplateIdentifier(): ?int
     {
         return $this->templateIdentifier;
     }
 
-    /**
-     * @param int|null $templateIdentifier
-     */
     public function setTemplateIdentifier(?int $templateIdentifier): void
     {
         $this->templateIdentifier = $templateIdentifier;
     }
 
-    /**
-     * @return iterable
-     */
     public function getProofs(): iterable
     {
         return $this->proofs;
     }
 
-    /**
-     * @return Treatment|null
-     */
     public function getClonedFrom(): ?Treatment
     {
         return $this->clonedFrom;
     }
 
-    /**
-     * @param Treatment|null $clonedFrom
-     */
     public function setClonedFrom(?Treatment $clonedFrom): void
     {
         $this->clonedFrom = $clonedFrom;
diff --git a/src/Domain/Registry/Model/TreatmentDataCategory.php b/src/Domain/Registry/Model/TreatmentDataCategory.php
index 13b3577..48da214 100644
--- a/src/Domain/Registry/Model/TreatmentDataCategory.php
+++ b/src/Domain/Registry/Model/TreatmentDataCategory.php
@@ -48,11 +48,6 @@ class TreatmentDataCategory
 
     /**
      * TreatmentDataCategory constructor.
-     *
-     * @param string $code
-     * @param string $name
-     * @param int    $position
-     * @param bool   $sensible
      */
     public function __construct(string $code, string $name, int $position, bool $sensible = false)
     {
@@ -62,41 +57,26 @@ class TreatmentDataCategory
         $this->sensible = $sensible;
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         return $this->name;
     }
 
-    /**
-     * @return string
-     */
     public function getCode(): string
     {
         return $this->code;
     }
 
-    /**
-     * @return string
-     */
     public function getName(): string
     {
         return $this->name;
     }
 
-    /**
-     * @return int
-     */
     public function getPosition(): int
     {
         return $this->position;
     }
 
-    /**
-     * @return bool
-     */
     public function isSensible(): bool
     {
         return $this->sensible;
diff --git a/src/Domain/Registry/Model/Violation.php b/src/Domain/Registry/Model/Violation.php
index 0cab3b2..a869093 100644
--- a/src/Domain/Registry/Model/Violation.php
+++ b/src/Domain/Registry/Model/Violation.php
@@ -150,9 +150,6 @@ class Violation
         $this->proofs                    = [];
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getDate())) {
@@ -162,289 +159,181 @@ class Violation
         return "Violation du {$this->getDate()->format('d/m/Y')}";
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return \DateTime|null
-     */
     public function getDate(): ?\DateTime
     {
         return $this->date;
     }
 
-    /**
-     * @param \DateTime|null $date
-     */
     public function setDate(?\DateTime $date): void
     {
         $this->date = $date;
     }
 
-    /**
-     * @return bool
-     */
     public function isInProgress(): bool
     {
         return $this->inProgress;
     }
 
-    /**
-     * @param bool $inProgress
-     */
     public function setInProgress(bool $inProgress): void
     {
         $this->inProgress = $inProgress;
     }
 
-    /**
-     * @return string|null
-     */
     public function getViolationNature(): ?string
     {
         return $this->violationNature;
     }
 
-    /**
-     * @param string|null $violationNature
-     */
     public function setViolationNature(?string $violationNature): void
     {
         $this->violationNature = $violationNature;
     }
 
-    /**
-     * @return iterable
-     */
     public function getOrigins(): iterable
     {
         return $this->origins;
     }
 
-    /**
-     * @param iterable $origins
-     */
     public function setOrigins(iterable $origins): void
     {
         $this->origins = $origins;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCause(): ?string
     {
         return $this->cause;
     }
 
-    /**
-     * @param string|null $cause
-     */
     public function setCause(?string $cause): void
     {
         $this->cause = $cause;
     }
 
-    /**
-     * @return iterable
-     */
     public function getConcernedDataNature(): iterable
     {
         return $this->concernedDataNature;
     }
 
-    /**
-     * @param iterable $concernedDataNature
-     */
     public function setConcernedDataNature(iterable $concernedDataNature): void
     {
         $this->concernedDataNature = $concernedDataNature;
     }
 
-    /**
-     * @return iterable
-     */
     public function getConcernedPeopleCategories(): iterable
     {
         return $this->concernedPeopleCategories;
     }
 
-    /**
-     * @param iterable $concernedPeopleCategories
-     */
     public function setConcernedPeopleCategories(iterable $concernedPeopleCategories): void
     {
         $this->concernedPeopleCategories = $concernedPeopleCategories;
     }
 
-    /**
-     * @return int|null
-     */
     public function getNbAffectedRows(): ?int
     {
         return $this->nbAffectedRows;
     }
 
-    /**
-     * @param int|null $nbAffectedRows
-     */
     public function setNbAffectedRows(?int $nbAffectedRows): void
     {
         $this->nbAffectedRows = $nbAffectedRows;
     }
 
-    /**
-     * @return int|null
-     */
     public function getNbAffectedPersons(): ?int
     {
         return $this->nbAffectedPersons;
     }
 
-    /**
-     * @param int|null $nbAffectedPersons
-     */
     public function setNbAffectedPersons(?int $nbAffectedPersons): void
     {
         $this->nbAffectedPersons = $nbAffectedPersons;
     }
 
-    /**
-     * @return iterable
-     */
     public function getPotentialImpactsNature(): iterable
     {
         return $this->potentialImpactsNature;
     }
 
-    /**
-     * @param iterable $potentialImpactsNature
-     */
     public function setPotentialImpactsNature(iterable $potentialImpactsNature): void
     {
         $this->potentialImpactsNature = $potentialImpactsNature;
     }
 
-    /**
-     * @return string|null
-     */
     public function getGravity(): ?string
     {
         return $this->gravity;
     }
 
-    /**
-     * @param string|null $gravity
-     */
     public function setGravity(?string $gravity): void
     {
         $this->gravity = $gravity;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCommunication(): ?string
     {
         return $this->communication;
     }
 
-    /**
-     * @param string|null $communication
-     */
     public function setCommunication(?string $communication): void
     {
         $this->communication = $communication;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCommunicationPrecision(): ?string
     {
         return $this->communicationPrecision;
     }
 
-    /**
-     * @param string|null $communicationPrecision
-     */
     public function setCommunicationPrecision(?string $communicationPrecision): void
     {
         $this->communicationPrecision = $communicationPrecision;
     }
 
-    /**
-     * @return string|null
-     */
     public function getAppliedMeasuresAfterViolation(): ?string
     {
         return $this->appliedMeasuresAfterViolation;
     }
 
-    /**
-     * @param string|null $appliedMeasuresAfterViolation
-     */
     public function setAppliedMeasuresAfterViolation(?string $appliedMeasuresAfterViolation): void
     {
         $this->appliedMeasuresAfterViolation = $appliedMeasuresAfterViolation;
     }
 
-    /**
-     * @return string|null
-     */
     public function getNotification(): ?string
     {
         return $this->notification;
     }
 
-    /**
-     * @param string|null $notification
-     */
     public function setNotification(?string $notification): void
     {
         $this->notification = $notification;
     }
 
-    /**
-     * @return string|null
-     */
     public function getNotificationDetails(): ?string
     {
         return $this->notificationDetails;
     }
 
-    /**
-     * @param string|null $notificationDetails
-     */
     public function setNotificationDetails(?string $notificationDetails): void
     {
         $this->notificationDetails = $notificationDetails;
     }
 
-    /**
-     * @return string|null
-     */
     public function getComment(): ?string
     {
         return $this->comment;
     }
 
-    /**
-     * @param string|null $comment
-     */
     public function setComment(?string $comment): void
     {
         $this->comment = $comment;
     }
 
-    /**
-     * @return iterable
-     */
     public function getProofs(): iterable
     {
         return $this->proofs;
diff --git a/src/Domain/Registry/Repository/Proof.php b/src/Domain/Registry/Repository/Proof.php
index 9d2078a..e725786 100644
--- a/src/Domain/Registry/Repository/Proof.php
+++ b/src/Domain/Registry/Repository/Proof.php
@@ -60,8 +60,6 @@ interface Proof extends RepositoryInterface
     /**
      * Get all objects.
      *
-     * @param bool $deleted
-     *
      * @return mixed[]
      */
     public function findAll(bool $deleted = false): array;
diff --git a/src/Domain/Registry/Repository/Request.php b/src/Domain/Registry/Repository/Request.php
index b20ca56..06f1b3e 100644
--- a/src/Domain/Registry/Repository/Request.php
+++ b/src/Domain/Registry/Repository/Request.php
@@ -60,8 +60,6 @@ interface Request extends RepositoryInterface
     /**
      * Get all objects.
      *
-     * @param bool $deleted
-     *
      * @return mixed[]
      */
     public function findAll(bool $deleted = false): array;
diff --git a/src/Domain/Registry/Repository/Violation.php b/src/Domain/Registry/Repository/Violation.php
index 19e681f..5dbdede 100644
--- a/src/Domain/Registry/Repository/Violation.php
+++ b/src/Domain/Registry/Repository/Violation.php
@@ -60,8 +60,6 @@ interface Violation extends RepositoryInterface
     /**
      * Get all objects.
      *
-     * @param bool $deleted
-     *
      * @return mixed[]
      */
     public function findAll(bool $deleted = false): array;
diff --git a/src/Domain/Registry/Symfony/EventSubscriber/Doctrine/TreatmentCompletionSubscriber.php b/src/Domain/Registry/Symfony/EventSubscriber/Doctrine/TreatmentCompletionSubscriber.php
index f85da4f..af3e555 100644
--- a/src/Domain/Registry/Symfony/EventSubscriber/Doctrine/TreatmentCompletionSubscriber.php
+++ b/src/Domain/Registry/Symfony/EventSubscriber/Doctrine/TreatmentCompletionSubscriber.php
@@ -61,8 +61,6 @@ class TreatmentCompletionSubscriber implements EventSubscriber
 
     /**
      * Compute treatment completion.
-     *
-     * @param LifecycleEventArgs $args
      */
     private function process(LifecycleEventArgs $args): void
     {
diff --git a/src/Domain/Reporting/Controller/ReviewController.php b/src/Domain/Reporting/Controller/ReviewController.php
index 5eb1512..d2940ec 100644
--- a/src/Domain/Reporting/Controller/ReviewController.php
+++ b/src/Domain/Reporting/Controller/ReviewController.php
@@ -105,12 +105,8 @@ class ReviewController extends AbstractController
     /**
      * Download an entire review.
      *
-     * @param string $id
-     *
      * @throws \PhpOffice\PhpWord\Exception\Exception
      * @throws \Exception
-     *
-     * @return BinaryFileResponse
      */
     public function indexAction(string $id): BinaryFileResponse
     {
diff --git a/src/Domain/Reporting/Generator/Word/AbstractGenerator.php b/src/Domain/Reporting/Generator/Word/AbstractGenerator.php
index 63a2fe8..d754ff1 100644
--- a/src/Domain/Reporting/Generator/Word/AbstractGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/AbstractGenerator.php
@@ -66,9 +66,6 @@ abstract class AbstractGenerator implements GeneratorInterface
 
     /**
      * AbstractGenerator constructor.
-     *
-     * @param UserProvider          $userProvider
-     * @param ParameterBagInterface $parameterBag
      */
     public function __construct(
         UserProvider $userProvider,
@@ -97,8 +94,6 @@ abstract class AbstractGenerator implements GeneratorInterface
 
     /**
      * Initialize PHPWord document variables & default values.
-     *
-     * @param PhpWord $document
      */
     public function initializeDocument(PhpWord $document): void
     {
@@ -169,9 +164,6 @@ abstract class AbstractGenerator implements GeneratorInterface
     /**
      * Add PhpWord homepage.
      *
-     * @param PhpWord $document
-     * @param string  $title
-     *
      * @throws \Exception
      */
     public function addHomepage(PhpWord $document, string $title): void
diff --git a/src/Domain/Reporting/Generator/Word/ContractorGenerator.php b/src/Domain/Reporting/Generator/Word/ContractorGenerator.php
index 9e04956..ba46e31 100644
--- a/src/Domain/Reporting/Generator/Word/ContractorGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/ContractorGenerator.php
@@ -32,7 +32,6 @@ class ContractorGenerator extends AbstractGenerator implements ImpressionGenerat
     /**
      * Global overview : data to display for contractors in overview report.
      *
-     * @param Section      $section
      * @param Contractor[] $data
      */
     public function addGlobalOverview(Section $section, array $data): void
diff --git a/src/Domain/Reporting/Generator/Word/GeneratorInterface.php b/src/Domain/Reporting/Generator/Word/GeneratorInterface.php
index 311d901..064ca13 100644
--- a/src/Domain/Reporting/Generator/Word/GeneratorInterface.php
+++ b/src/Domain/Reporting/Generator/Word/GeneratorInterface.php
@@ -40,8 +40,6 @@ interface GeneratorInterface
      * Initialize the Document
      * - Configuration
      * - Default tyle.
-     *
-     * @param PhpWord $document
      */
     public function initializeDocument(PhpWord $document): void;
 
diff --git a/src/Domain/Reporting/Generator/Word/ImpressionGeneratorInterface.php b/src/Domain/Reporting/Generator/Word/ImpressionGeneratorInterface.php
index 5b68632..bf06d77 100644
--- a/src/Domain/Reporting/Generator/Word/ImpressionGeneratorInterface.php
+++ b/src/Domain/Reporting/Generator/Word/ImpressionGeneratorInterface.php
@@ -30,17 +30,11 @@ interface ImpressionGeneratorInterface
 {
     /**
      * Add synthetic information to display in PHPWord document.
-     *
-     * @param Section $section
-     * @param array   $data
      */
     public function addSyntheticView(Section $section, array $data): void;
 
     /**
      * Add detailed information to display in PHPWord document for each data.
-     *
-     * @param Section $section
-     * @param array   $data
      */
     public function addDetailedView(Section $section, array $data): void;
 }
diff --git a/src/Domain/Reporting/Generator/Word/MaturityGenerator.php b/src/Domain/Reporting/Generator/Word/MaturityGenerator.php
index 4732fb6..61f1789 100644
--- a/src/Domain/Reporting/Generator/Word/MaturityGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/MaturityGenerator.php
@@ -36,9 +36,6 @@ class MaturityGenerator extends AbstractGenerator implements ImpressionGenerator
 
     /**
      * Global overview : Information to display for maturity in overview report.
-     *
-     * @param Section $section
-     * @param array   $data
      */
     public function addGlobalOverview(Section $section, array $data): void
     {
diff --git a/src/Domain/Reporting/Generator/Word/MesurementGenerator.php b/src/Domain/Reporting/Generator/Word/MesurementGenerator.php
index 22174b2..f0d8b47 100644
--- a/src/Domain/Reporting/Generator/Word/MesurementGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/MesurementGenerator.php
@@ -31,9 +31,6 @@ class MesurementGenerator extends AbstractGenerator implements ImpressionGenerat
 {
     /**
      * Global overview : Information to display for mesurement in overview report.
-     *
-     * @param Section $section
-     * @param array   $data
      */
     public function addGlobalOverview(Section $section, array $data): void
     {
diff --git a/src/Domain/Reporting/Generator/Word/RequestGenerator.php b/src/Domain/Reporting/Generator/Word/RequestGenerator.php
index 1720eb8..7a17e93 100644
--- a/src/Domain/Reporting/Generator/Word/RequestGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/RequestGenerator.php
@@ -34,9 +34,6 @@ class RequestGenerator extends AbstractGenerator implements ImpressionGeneratorI
     /**
      * Global overview : Information to display for request in overview report.
      *
-     * @param Section $section
-     * @param array   $data
-     *
      * @throws \Exception
      */
     public function addGlobalOverview(Section $section, array $data): void
diff --git a/src/Domain/Reporting/Generator/Word/TreatmentGenerator.php b/src/Domain/Reporting/Generator/Word/TreatmentGenerator.php
index d0bcf2f..f7825c6 100644
--- a/src/Domain/Reporting/Generator/Word/TreatmentGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/TreatmentGenerator.php
@@ -34,9 +34,6 @@ class TreatmentGenerator extends AbstractGenerator implements ImpressionGenerato
 {
     /**
      * Global overview : Information to display for treatment in overview report.
-     *
-     * @param Section $section
-     * @param array   $data
      */
     public function addGlobalOverview(Section $section, array $data): void
     {
diff --git a/src/Domain/Reporting/Generator/Word/ViolationGenerator.php b/src/Domain/Reporting/Generator/Word/ViolationGenerator.php
index 37886d1..f239897 100644
--- a/src/Domain/Reporting/Generator/Word/ViolationGenerator.php
+++ b/src/Domain/Reporting/Generator/Word/ViolationGenerator.php
@@ -40,9 +40,6 @@ class ViolationGenerator extends AbstractGenerator implements ImpressionGenerato
     /**
      * Global overview : Information to display for violation in overview report.
      *
-     * @param Section $section
-     * @param array   $data
-     *
      * @throws \Exception
      */
     public function addGlobalOverview(Section $section, array $data): void
diff --git a/src/Domain/User/Component/Mailer.php b/src/Domain/User/Component/Mailer.php
index 0e1a497..cfacc5c 100644
--- a/src/Domain/User/Component/Mailer.php
+++ b/src/Domain/User/Component/Mailer.php
@@ -75,8 +75,6 @@ class Mailer
      * @param string $to      The receiver of the email
      * @param string $subject The subject of the email
      * @param string $body    The content of the email
-     *
-     * @return int
      */
     private function send(string $to, string $subject, string $body): int
     {
diff --git a/src/Domain/User/Controller/ProfileController.php b/src/Domain/User/Controller/ProfileController.php
index 3acf707..90c160d 100644
--- a/src/Domain/User/Controller/ProfileController.php
+++ b/src/Domain/User/Controller/ProfileController.php
@@ -79,8 +79,6 @@ class ProfileController
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
-     *
-     * @return Response
      */
     public function collectivityShowAction(): Response
     {
@@ -97,8 +95,6 @@ class ProfileController
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
-     *
-     * @return Response
      */
     public function collectivityEditAction(): Response
     {
@@ -137,8 +133,6 @@ class ProfileController
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
-     *
-     * @return Response
      */
     public function userEditAction(): Response
     {
diff --git a/src/Domain/User/Controller/SecurityController.php b/src/Domain/User/Controller/SecurityController.php
index 66a1d8c..097cc60 100644
--- a/src/Domain/User/Controller/SecurityController.php
+++ b/src/Domain/User/Controller/SecurityController.php
@@ -81,8 +81,6 @@ class SecurityController extends AbstractController
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
-     *
-     * @return Response
      */
     public function loginAction(): Response
     {
@@ -101,8 +99,6 @@ class SecurityController extends AbstractController
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
-     *
-     * @return Response
      */
     public function forgetPasswordAction(): Response
     {
@@ -116,8 +112,6 @@ class SecurityController extends AbstractController
      * - Send forget password email
      * - Display forget password confirmation page.
      *
-     * @param Request $request
-     *
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
@@ -162,8 +156,6 @@ class SecurityController extends AbstractController
      * @throws \Twig\Error\LoaderError
      * @throws \Twig\Error\RuntimeError
      * @throws \Twig\Error\SyntaxError
-     *
-     * @return Response
      */
     public function resetPasswordAction(Request $request, string $token): Response
     {
diff --git a/src/Domain/User/Controller/UserController.php b/src/Domain/User/Controller/UserController.php
index 9158f7a..ac52f17 100644
--- a/src/Domain/User/Controller/UserController.php
+++ b/src/Domain/User/Controller/UserController.php
@@ -114,10 +114,6 @@ class UserController extends CRUDController
     /**
      * The unarchive action view
      * Display a confirmation message to confirm data un-archivage.
-     *
-     * @param string $id
-     *
-     * @return Response
      */
     public function unarchiveAction(string $id): Response
     {
@@ -135,11 +131,7 @@ class UserController extends CRUDController
      * The unarchive action
      * Unarchive the data.
      *
-     * @param string $id
-     *
      * @throws \Exception
-     *
-     * @return Response
      */
     public function unarchiveConfirmationAction(string $id): Response
     {
diff --git a/src/Domain/User/Form/Type/AddressType.php b/src/Domain/User/Form/Type/AddressType.php
index 139a763..47b5ab9 100644
--- a/src/Domain/User/Form/Type/AddressType.php
+++ b/src/Domain/User/Form/Type/AddressType.php
@@ -34,9 +34,6 @@ class AddressType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -69,8 +66,6 @@ class AddressType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/User/Form/Type/CollectivityType.php b/src/Domain/User/Form/Type/CollectivityType.php
index 5a54e11..07101fa 100644
--- a/src/Domain/User/Form/Type/CollectivityType.php
+++ b/src/Domain/User/Form/Type/CollectivityType.php
@@ -44,8 +44,6 @@ class CollectivityType extends AbstractType
 
     /**
      * CollectivityType constructor.
-     *
-     * @param AuthorizationCheckerInterface $authorizationChecker
      */
     public function __construct(AuthorizationCheckerInterface $authorizationChecker)
     {
@@ -54,9 +52,6 @@ class CollectivityType extends AbstractType
 
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -139,8 +134,6 @@ class CollectivityType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/User/Form/Type/ContactType.php b/src/Domain/User/Form/Type/ContactType.php
index 779a8b5..170d7c6 100644
--- a/src/Domain/User/Form/Type/ContactType.php
+++ b/src/Domain/User/Form/Type/ContactType.php
@@ -36,9 +36,6 @@ class ContactType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -82,8 +79,6 @@ class ContactType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/User/Form/Type/ResetPasswordType.php b/src/Domain/User/Form/Type/ResetPasswordType.php
index 2f62d5d..6f787d5 100644
--- a/src/Domain/User/Form/Type/ResetPasswordType.php
+++ b/src/Domain/User/Form/Type/ResetPasswordType.php
@@ -34,9 +34,6 @@ class ResetPasswordType extends AbstractType
 {
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -62,8 +59,6 @@ class ResetPasswordType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/User/Form/Type/UserType.php b/src/Domain/User/Form/Type/UserType.php
index cf5f08b..a19c454 100644
--- a/src/Domain/User/Form/Type/UserType.php
+++ b/src/Domain/User/Form/Type/UserType.php
@@ -57,9 +57,6 @@ class UserType extends AbstractType
 
     /**
      * UserType constructor.
-     *
-     * @param AuthorizationCheckerInterface $authorizationChecker
-     * @param EncoderFactoryInterface       $encoderFactory
      */
     public function __construct(
         AuthorizationCheckerInterface $authorizationChecker,
@@ -71,9 +68,6 @@ class UserType extends AbstractType
 
     /**
      * Build type form.
-     *
-     * @param FormBuilderInterface $builder
-     * @param array                $options
      */
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
@@ -150,8 +144,6 @@ class UserType extends AbstractType
 
     /**
      * Provide type options.
-     *
-     * @param OptionsResolver $resolver
      */
     public function configureOptions(OptionsResolver $resolver)
     {
diff --git a/src/Domain/User/Model/Collectivity.php b/src/Domain/User/Model/Collectivity.php
index 2fc2a1d..095f8c7 100644
--- a/src/Domain/User/Model/Collectivity.php
+++ b/src/Domain/User/Model/Collectivity.php
@@ -124,9 +124,6 @@ class Collectivity
         $this->differentItManager = false;
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getName())) {
@@ -140,233 +137,146 @@ class Collectivity
         return $this->getName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getName(): ?string
     {
         return $this->name;
     }
 
-    /**
-     * @param string|null $name
-     */
     public function setName(?string $name): void
     {
         $this->name = $name;
     }
 
-    /**
-     * @return string|null
-     */
     public function getShortName(): ?string
     {
         return $this->shortName;
     }
 
-    /**
-     * @param string|null $shortName
-     */
     public function setShortName(?string $shortName): void
     {
         $this->shortName = $shortName;
     }
 
-    /**
-     * @return string|null
-     */
     public function getType(): ?string
     {
         return $this->type;
     }
 
-    /**
-     * @param string|null $type
-     */
     public function setType(?string $type): void
     {
         $this->type = $type;
     }
 
-    /**
-     * @return int|null
-     */
     public function getSiren(): ?int
     {
         return $this->siren;
     }
 
-    /**
-     * @param int|null $siren
-     */
     public function setSiren(?int $siren): void
     {
         $this->siren = $siren;
     }
 
-    /**
-     * @return bool
-     */
     public function isActive(): bool
     {
         return $this->active;
     }
 
-    /**
-     * @param bool $active
-     */
     public function setActive(bool $active): void
     {
         $this->active = $active;
     }
 
-    /**
-     * @return string|null
-     */
     public function getWebsite(): ?string
     {
         return $this->website;
     }
 
-    /**
-     * @param string|null $website
-     */
     public function setWebsite(?string $website): void
     {
         $this->website = $website;
     }
 
-    /**
-     * @return Address|null
-     */
     public function getAddress(): ?Address
     {
         return $this->address;
     }
 
-    /**
-     * @param Address|null $address
-     */
     public function setAddress(?Address $address): void
     {
         $this->address = $address;
     }
 
-    /**
-     * @return Contact|null
-     */
     public function getLegalManager(): ?Contact
     {
         return $this->legalManager;
     }
 
-    /**
-     * @param Contact|null $legalManager
-     */
     public function setLegalManager(?Contact $legalManager): void
     {
         $this->legalManager = $legalManager;
     }
 
-    /**
-     * @return Contact|null
-     */
     public function getReferent(): ?Contact
     {
         return $this->referent;
     }
 
-    /**
-     * @param Contact|null $referent
-     */
     public function setReferent(?Contact $referent): void
     {
         $this->referent = $referent;
     }
 
-    /**
-     * @return bool
-     */
     public function isDifferentDpo(): bool
     {
         return $this->differentDpo;
     }
 
-    /**
-     * @param bool $differentDpo
-     */
     public function setDifferentDpo(bool $differentDpo): void
     {
         $this->differentDpo = $differentDpo;
     }
 
-    /**
-     * @return Contact|null
-     */
     public function getDpo(): ?Contact
     {
         return $this->dpo;
     }
 
-    /**
-     * @param Contact|null $dpo
-     */
     public function setDpo(?Contact $dpo): void
     {
         $this->dpo = $dpo;
     }
 
-    /**
-     * @return bool
-     */
     public function isDifferentItManager(): bool
     {
         return $this->differentItManager;
     }
 
-    /**
-     * @param bool $differentItManager
-     */
     public function setDifferentItManager(bool $differentItManager): void
     {
         $this->differentItManager = $differentItManager;
     }
 
-    /**
-     * @return Contact|null
-     */
     public function getItManager(): ?Contact
     {
         return $this->itManager;
     }
 
-    /**
-     * @param Contact|null $itManager
-     */
     public function setItManager(?Contact $itManager): void
     {
         $this->itManager = $itManager;
     }
 
-    /**
-     * @return Collection
-     */
     public function getUsers(): Collection
     {
         return $this->users;
     }
 
-    /**
-     * @param Collection $users
-     */
     public function setUsers(Collection $users): void
     {
         $this->users = $users;
diff --git a/src/Domain/User/Model/Embeddable/Address.php b/src/Domain/User/Model/Embeddable/Address.php
index 8ac6e14..4a58fa4 100644
--- a/src/Domain/User/Model/Embeddable/Address.php
+++ b/src/Domain/User/Model/Embeddable/Address.php
@@ -51,81 +51,51 @@ class Address
      */
     private $insee;
 
-    /**
-     * @return string|null
-     */
     public function getLineOne(): ?string
     {
         return $this->lineOne;
     }
 
-    /**
-     * @param string|null $lineOne
-     */
     public function setLineOne(?string $lineOne): void
     {
         $this->lineOne = $lineOne;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLineTwo(): ?string
     {
         return $this->lineTwo;
     }
 
-    /**
-     * @param string|null $lineTwo
-     */
     public function setLineTwo(?string $lineTwo): void
     {
         $this->lineTwo = $lineTwo;
     }
 
-    /**
-     * @return string|null
-     */
     public function getCity(): ?string
     {
         return $this->city;
     }
 
-    /**
-     * @param string|null $city
-     */
     public function setCity(?string $city): void
     {
         $this->city = $city;
     }
 
-    /**
-     * @return string|null
-     */
     public function getZipCode(): ?string
     {
         return $this->zipCode;
     }
 
-    /**
-     * @param string|null $zipCode
-     */
     public function setZipCode(?string $zipCode): void
     {
         $this->zipCode = $zipCode;
     }
 
-    /**
-     * @return string|null
-     */
     public function getInsee(): ?string
     {
         return $this->insee;
     }
 
-    /**
-     * @param string|null $insee
-     */
     public function setInsee(?string $insee): void
     {
         $this->insee = $insee;
diff --git a/src/Domain/User/Model/Embeddable/Contact.php b/src/Domain/User/Model/Embeddable/Contact.php
index 732cbf2..841df6e 100644
--- a/src/Domain/User/Model/Embeddable/Contact.php
+++ b/src/Domain/User/Model/Embeddable/Contact.php
@@ -56,105 +56,66 @@ class Contact
      */
     private $phoneNumber;
 
-    /**
-     * @return string|null
-     */
     public function getCivility(): ?string
     {
         return $this->civility;
     }
 
-    /**
-     * @param string|null $civility
-     */
     public function setCivility(?string $civility): void
     {
         $this->civility = $civility;
     }
 
-    /**
-     * @return string|null
-     */
     public function getFirstName(): ?string
     {
         return $this->firstName;
     }
 
-    /**
-     * @param string|null $firstName
-     */
     public function setFirstName(?string $firstName): void
     {
         $this->firstName = $firstName;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLastName(): ?string
     {
         return $this->lastName;
     }
 
-    /**
-     * @param string|null $lastName
-     */
     public function setLastName(?string $lastName): void
     {
         $this->lastName = $lastName;
     }
 
-    /**
-     * @return string
-     */
     public function getFullName(): string
     {
         return "{$this->firstName} {$this->lastName}";
     }
 
-    /**
-     * @return string|null
-     */
     public function getJob(): ?string
     {
         return $this->job;
     }
 
-    /**
-     * @param string|null $job
-     */
     public function setJob(?string $job): void
     {
         $this->job = $job;
     }
 
-    /**
-     * @return string|null
-     */
     public function getMail(): ?string
     {
         return $this->mail;
     }
 
-    /**
-     * @param string|null $mail
-     */
     public function setMail(?string $mail): void
     {
         $this->mail = $mail;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPhoneNumber(): ?string
     {
         return $this->phoneNumber;
     }
 
-    /**
-     * @param string|null $phoneNumber
-     */
     public function setPhoneNumber(?string $phoneNumber): void
     {
         $this->phoneNumber = $phoneNumber;
diff --git a/src/Domain/User/Model/User.php b/src/Domain/User/Model/User.php
index 71bc52f..867ca2a 100644
--- a/src/Domain/User/Model/User.php
+++ b/src/Domain/User/Model/User.php
@@ -95,9 +95,6 @@ class User implements UserInterface
         $this->enabled = true;
     }
 
-    /**
-     * @return string
-     */
     public function __toString(): string
     {
         if (\is_null($this->getFullName())) {
@@ -111,105 +108,66 @@ class User implements UserInterface
         return $this->getFullName();
     }
 
-    /**
-     * @return UuidInterface
-     */
     public function getId(): UuidInterface
     {
         return $this->id;
     }
 
-    /**
-     * @return string|null
-     */
     public function getFirstName(): ?string
     {
         return $this->firstName;
     }
 
-    /**
-     * @param string|null $firstName
-     */
     public function setFirstName(?string $firstName): void
     {
         $this->firstName = $firstName;
     }
 
-    /**
-     * @return string|null
-     */
     public function getLastName(): ?string
     {
         return $this->lastName;
     }
 
-    /**
-     * @param string|null $lastName
-     */
     public function setLastName(?string $lastName): void
     {
         $this->lastName = $lastName;
     }
 
-    /**
-     * @return string
-     */
     public function getFullName(): string
     {
         return "{$this->firstName} {$this->lastName}";
     }
 
-    /**
-     * @return string|null
-     */
     public function getEmail(): ?string
     {
         return $this->email;
     }
 
-    /**
-     * @param string|null $email
-     */
     public function setEmail(?string $email): void
     {
         $this->email = $email;
     }
 
-    /**
-     * @return string|null
-     */
     public function getUsername(): ?string
     {
         return $this->email;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPassword(): ?string
     {
         return $this->password;
     }
 
-    /**
-     * @param string|null $password
-     */
     public function setPassword(?string $password): void
     {
         $this->password = $password;
     }
 
-    /**
-     * @return string|null
-     */
     public function getPlainPassword(): ?string
     {
         return $this->plainPassword;
     }
 
-    /**
-     * @param string|null $plainPassword
-     */
     public function setPlainPassword(?string $plainPassword): void
     {
         $this->plainPassword = $plainPassword;
@@ -220,17 +178,11 @@ class User implements UserInterface
         $this->plainPassword = null;
     }
 
-    /**
-     * @return string
-     */
     public function getForgetPasswordToken(): string
     {
         return $this->forgetPasswordToken;
     }
 
-    /**
-     * @param string|null $forgetPasswordToken
-     */
     public function setForgetPasswordToken(?string $forgetPasswordToken): void
     {
         $this->forgetPasswordToken = $forgetPasswordToken;
@@ -241,49 +193,31 @@ class User implements UserInterface
         return null;
     }
 
-    /**
-     * @return array
-     */
     public function getRoles(): array
     {
         return $this->roles;
     }
 
-    /**
-     * @param array $roles
-     */
     public function setRoles(array $roles): void
     {
         $this->roles = $roles;
     }
 
-    /**
-     * @return bool
-     */
     public function isEnabled(): bool
     {
         return $this->enabled;
     }
 
-    /**
-     * @param bool $enabled
-     */
     public function setEnabled(bool $enabled): void
     {
         $this->enabled = $enabled;
     }
 
-    /**
-     * @return Collectivity|null
-     */
     public function getCollectivity(): ?Collectivity
     {
         return $this->collectivity;
     }
 
-    /**
-     * @param Collectivity $collectivity
-     */
     public function setCollectivity(Collectivity $collectivity): void
     {
         $this->collectivity = $collectivity;
diff --git a/src/Domain/User/Repository/Collectivity.php b/src/Domain/User/Repository/Collectivity.php
index 38cbfbf..4c61ae0 100644
--- a/src/Domain/User/Repository/Collectivity.php
+++ b/src/Domain/User/Repository/Collectivity.php
@@ -48,9 +48,6 @@ interface Collectivity extends CRUDRepositoryInterface
     /**
      * Find every collectivities which belong to one of the provided types.
      *
-     * @param array                   $types
-     * @param Model\Collectivity|null $excludedCollectivity
-     *
      * @return Model\Collectivity[]
      */
     public function findByTypes(array $types, ?Model\Collectivity $excludedCollectivity = null): array;
diff --git a/src/Domain/User/Repository/User.php b/src/Domain/User/Repository/User.php
index afaaf8d..20f3b9d 100644
--- a/src/Domain/User/Repository/User.php
+++ b/src/Domain/User/Repository/User.php
@@ -31,11 +31,6 @@ interface User extends CRUDRepositoryInterface
 {
     /**
      * Get all users which are / are not soft deleted.
-     *
-     * @param bool  $archived
-     * @param array $order
-     *
-     * @return iterable
      */
     public function findAllArchived(bool $archived, array $order = []): iterable;
 
diff --git a/src/Domain/User/Symfony/EventSubscriber/Doctrine/DefinePasswordSubscriber.php b/src/Domain/User/Symfony/EventSubscriber/Doctrine/DefinePasswordSubscriber.php
index fd82221..08d7959 100644
--- a/src/Domain/User/Symfony/EventSubscriber/Doctrine/DefinePasswordSubscriber.php
+++ b/src/Domain/User/Symfony/EventSubscriber/Doctrine/DefinePasswordSubscriber.php
@@ -53,8 +53,6 @@ class DefinePasswordSubscriber implements EventSubscriber
      * PrePersist
      * - User : If no plainPassword, randomize it.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function prePersist(LifecycleEventArgs $args): void
diff --git a/src/Domain/User/Symfony/EventSubscriber/Doctrine/EncodePasswordSubscriber.php b/src/Domain/User/Symfony/EventSubscriber/Doctrine/EncodePasswordSubscriber.php
index 478deff..8a17d57 100644
--- a/src/Domain/User/Symfony/EventSubscriber/Doctrine/EncodePasswordSubscriber.php
+++ b/src/Domain/User/Symfony/EventSubscriber/Doctrine/EncodePasswordSubscriber.php
@@ -53,8 +53,6 @@ class EncodePasswordSubscriber implements EventSubscriber
      * PrePersist
      * - User : If plainPassword is set, hash it and set password.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function prePersist(LifecycleEventArgs $args): void
@@ -70,8 +68,6 @@ class EncodePasswordSubscriber implements EventSubscriber
      * PreUpdate
      * - User : If plainPassword is set, hash it and set password.
      *
-     * @param LifecycleEventArgs $args
-     *
      * @throws \Exception
      */
     public function preUpdate(LifecycleEventArgs $args): void
@@ -85,8 +81,6 @@ class EncodePasswordSubscriber implements EventSubscriber
 
     /**
      * Encode plainPassword in password field.
-     *
-     * @param LifecycleEventArgs $args
      */
     public function encodePassword(LifecycleEventArgs $args): void
     {
diff --git a/src/Domain/User/Symfony/Security/Authorization/UserAuthorization.php b/src/Domain/User/Symfony/Security/Authorization/UserAuthorization.php
index 0c29da6..509c242 100644
--- a/src/Domain/User/Symfony/Security/Authorization/UserAuthorization.php
+++ b/src/Domain/User/Symfony/Security/Authorization/UserAuthorization.php
@@ -30,10 +30,6 @@ class UserAuthorization
 {
     /**
      * Check if the provided user can connect to the app.
-     *
-     * @param Model\User $user
-     *
-     * @return bool
      */
     public function canConnect(Model\User $user): bool
     {
diff --git a/src/Domain/User/Symfony/Security/Checker/UserChecker.php b/src/Domain/User/Symfony/Security/Checker/UserChecker.php
index 01ea3d6..ceadb51 100644
--- a/src/Domain/User/Symfony/Security/Checker/UserChecker.php
+++ b/src/Domain/User/Symfony/Security/Checker/UserChecker.php
@@ -39,8 +39,6 @@ class UserChecker implements UserCheckerInterface
 
     /**
      * UserChecker constructor.
-     *
-     * @param UserAuthorization $userAuthorization
      */
     public function __construct(UserAuthorization $userAuthorization)
     {
@@ -50,8 +48,6 @@ class UserChecker implements UserCheckerInterface
     /**
      * Checks the user account before authentication.
      *
-     * @param UserInterface $user
-     *
      * @throws DisabledException
      */
     public function checkPreAuth(UserInterface $user): void
@@ -70,8 +66,6 @@ class UserChecker implements UserCheckerInterface
 
     /**
      * Checks the user account after authentication.
-     *
-     * @param UserInterface $user
      */
     public function checkPostAuth(UserInterface $user): void
     {
diff --git a/src/Domain/User/Symfony/Security/Voter/UserCanConnectVoter.php b/src/Domain/User/Symfony/Security/Voter/UserCanConnectVoter.php
index 66fc2d2..fffc356 100644
--- a/src/Domain/User/Symfony/Security/Voter/UserCanConnectVoter.php
+++ b/src/Domain/User/Symfony/Security/Voter/UserCanConnectVoter.php
@@ -40,8 +40,6 @@ class UserCanConnectVoter extends Voter
 
     /**
      * UserCanConnectVoter constructor.
-     *
-     * @param UserAuthorization $userAuthorization
      */
     public function __construct(UserAuthorization $userAuthorization)
     {
@@ -68,11 +66,8 @@ class UserCanConnectVoter extends Voter
     }
 
     /**
-     * @param string         $attribute
-     * @param User           $subject
-     * @param TokenInterface $token
-     *
-     * @return bool
+     * @param string $attribute
+     * @param User   $subject
      */
     protected function voteOnAttribute($attribute, $subject, TokenInterface $token): bool
     {
diff --git a/src/Infrastructure/ORM/Registry/Repository/Mesurement.php b/src/Infrastructure/ORM/Registry/Repository/Mesurement.php
index 36b1778..94d742d 100644
--- a/src/Infrastructure/ORM/Registry/Repository/Mesurement.php
+++ b/src/Infrastructure/ORM/Registry/Repository/Mesurement.php
@@ -43,11 +43,7 @@ class Mesurement extends CRUDRepository implements Repository\Mesurement
     /**
      * Add a where clause to query.
      *
-     * @param QueryBuilder $qb
-     * @param string       $key
-     * @param mixed        $value
-     *
-     * @return QueryBuilder
+     * @param mixed $value
      */
     protected function addWhereClause(QueryBuilder $qb, string $key, $value): QueryBuilder
     {
@@ -59,11 +55,6 @@ class Mesurement extends CRUDRepository implements Repository\Mesurement
 
     /**
      * Add a collectivity appartenance clause.
-     *
-     * @param QueryBuilder $qb
-     * @param Collectivity $collectivity
-     *
-     * @return QueryBuilder
      */
     protected function addCollectivityClause(QueryBuilder $qb, Collectivity $collectivity): QueryBuilder
     {
@@ -75,11 +66,6 @@ class Mesurement extends CRUDRepository implements Repository\Mesurement
 
     /**
      * Add an order to query.
-     *
-     * @param QueryBuilder $qb
-     * @param array        $order
-     *
-     * @return QueryBuilder
      */
     protected function addOrder(QueryBuilder $qb, array $order = []): QueryBuilder
     {
diff --git a/src/Infrastructure/ORM/Registry/Repository/Proof.php b/src/Infrastructure/ORM/Registry/Repository/Proof.php
index d7945bc..8036cdf 100644
--- a/src/Infrastructure/ORM/Registry/Repository/Proof.php
+++ b/src/Infrastructure/ORM/Registry/Repository/Proof.php
@@ -40,8 +40,6 @@ class Proof implements Repository\Proof
 
     /**
      * Proof constructor.
-     *
-     * @param RegistryInterface $registry
      */
     public function __construct(RegistryInterface $registry)
     {
@@ -53,8 +51,6 @@ class Proof implements Repository\Proof
      * Since we use Doctrine, we expect to get EntityManagerInterface.
      *
      * @throws \Exception
-     *
-     * @return EntityManagerInterface
      */
     protected function getManager(): EntityManagerInterface
     {
@@ -136,11 +132,7 @@ class Proof implements Repository\Proof
     /**
      * Find all data.
      *
-     * @param bool $deleted
-     *
      * @throws \Exception
-     *
-     * @return array
      */
     public function findAll(bool $deleted = false): array
     {
@@ -176,8 +168,6 @@ class Proof implements Repository\Proof
 
     /**
      * Get the model class name.
-     *
-     * @return string
      */
     protected function getModelClass(): string
     {
@@ -187,11 +177,7 @@ class Proof implements Repository\Proof
     /**
      * Add a where clause to query.
      *
-     * @param QueryBuilder $qb
-     * @param string       $key
-     * @param mixed        $value
-     *
-     * @return QueryBuilder
+     * @param mixed $value
      */
     protected function addWhereClause(QueryBuilder $qb, string $key, $value): QueryBuilder
     {
@@ -203,11 +189,6 @@ class Proof implements Repository\Proof
 
     /**
      * Add archive clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param bool         $archived
-     *
-     * @return QueryBuilder
      */
     protected function addArchivedClause(QueryBuilder $qb, bool $archived = false): QueryBuilder
     {
@@ -222,11 +203,6 @@ class Proof implements Repository\Proof
 
     /**
      * Add collectivity clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param Collectivity $collectivity
-     *
-     * @return QueryBuilder
      */
     protected function addCollectivityClause(QueryBuilder $qb, Collectivity $collectivity): QueryBuilder
     {
@@ -238,11 +214,6 @@ class Proof implements Repository\Proof
 
     /**
      * Add order clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param array        $order
-     *
-     * @return QueryBuilder
      */
     protected function addOrder(QueryBuilder $qb, array $order = []): QueryBuilder
     {
diff --git a/src/Infrastructure/ORM/Registry/Repository/Request.php b/src/Infrastructure/ORM/Registry/Repository/Request.php
index 1567fc0..d67d984 100644
--- a/src/Infrastructure/ORM/Registry/Repository/Request.php
+++ b/src/Infrastructure/ORM/Registry/Repository/Request.php
@@ -40,8 +40,6 @@ class Request implements Repository\Request
 
     /**
      * Request constructor.
-     *
-     * @param RegistryInterface $registry
      */
     public function __construct(RegistryInterface $registry)
     {
@@ -53,8 +51,6 @@ class Request implements Repository\Request
      * Since we use Doctrine, we expect to get EntityManagerInterface.
      *
      * @throws \Exception
-     *
-     * @return EntityManagerInterface
      */
     protected function getManager(): EntityManagerInterface
     {
@@ -172,11 +168,7 @@ class Request implements Repository\Request
     /**
      * Add where clause query.
      *
-     * @param QueryBuilder $qb
-     * @param string       $key
-     * @param mixed        $value
-     *
-     * @return QueryBuilder
+     * @param mixed $value
      */
     protected function addWhereClause(QueryBuilder $qb, string $key, $value): QueryBuilder
     {
@@ -188,11 +180,6 @@ class Request implements Repository\Request
 
     /**
      * Add archived clause in query.
-     *
-     * @param QueryBuilder $qb
-     * @param bool         $archived
-     *
-     * @return QueryBuilder
      */
     protected function addArchivedClause(QueryBuilder $qb, bool $archived = false): QueryBuilder
     {
@@ -207,11 +194,6 @@ class Request implements Repository\Request
 
     /**
      * Add collectivity clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param Collectivity $collectivity
-     *
-     * @return QueryBuilder
      */
     protected function addCollectivityClause(QueryBuilder $qb, Collectivity $collectivity): QueryBuilder
     {
@@ -223,11 +205,6 @@ class Request implements Repository\Request
 
     /**
      * Add order to query.
-     *
-     * @param QueryBuilder $qb
-     * @param array        $order
-     *
-     * @return QueryBuilder
      */
     protected function addOrder(QueryBuilder $qb, array $order = []): QueryBuilder
     {
diff --git a/src/Infrastructure/ORM/Registry/Repository/Treatment.php b/src/Infrastructure/ORM/Registry/Repository/Treatment.php
index 94a3273..20b02a0 100644
--- a/src/Infrastructure/ORM/Registry/Repository/Treatment.php
+++ b/src/Infrastructure/ORM/Registry/Repository/Treatment.php
@@ -42,11 +42,6 @@ class Treatment extends CRUDRepository implements Repository\Treatment
 
     /**
      * Add collectivity clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param Collectivity $collectivity
-     *
-     * @return QueryBuilder
      */
     protected function addCollectivityClause(QueryBuilder $qb, Collectivity $collectivity): QueryBuilder
     {
@@ -58,11 +53,6 @@ class Treatment extends CRUDRepository implements Repository\Treatment
 
     /**
      * Add active clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param bool         $active
-     *
-     * @return QueryBuilder
      */
     protected function addActiveClause(QueryBuilder $qb, bool $active = true): QueryBuilder
     {
@@ -74,11 +64,6 @@ class Treatment extends CRUDRepository implements Repository\Treatment
 
     /**
      * Add order to query.
-     *
-     * @param QueryBuilder $qb
-     * @param array        $order
-     *
-     * @return QueryBuilder
      */
     protected function addOrder(QueryBuilder $qb, array $order = []): QueryBuilder
     {
diff --git a/src/Infrastructure/ORM/Registry/Repository/Violation.php b/src/Infrastructure/ORM/Registry/Repository/Violation.php
index a5f68fe..38e1568 100644
--- a/src/Infrastructure/ORM/Registry/Repository/Violation.php
+++ b/src/Infrastructure/ORM/Registry/Repository/Violation.php
@@ -40,8 +40,6 @@ class Violation implements Repository\Violation
 
     /**
      * Violation constructor.
-     *
-     * @param RegistryInterface $registry
      */
     public function __construct(RegistryInterface $registry)
     {
@@ -53,8 +51,6 @@ class Violation implements Repository\Violation
      * Since we use Doctrine, we expect to get EntityManagerInterface.
      *
      * @throws \Exception
-     *
-     * @return EntityManagerInterface
      */
     protected function getManager(): EntityManagerInterface
     {
@@ -71,8 +67,6 @@ class Violation implements Repository\Violation
      * Create the base of QueryBuilder to use for repository calls.
      *
      * @throws \Exception
-     *
-     * @return \Doctrine\ORM\QueryBuilder
      */
     protected function createQueryBuilder(): QueryBuilder
     {
@@ -181,11 +175,7 @@ class Violation implements Repository\Violation
     /**
      * Add a where clause.
      *
-     * @param QueryBuilder $qb
-     * @param string       $key
-     * @param mixed        $value
-     *
-     * @return QueryBuilder
+     * @param mixed $value
      */
     protected function addWhereClause(QueryBuilder $qb, string $key, $value): QueryBuilder
     {
@@ -197,11 +187,6 @@ class Violation implements Repository\Violation
 
     /**
      * Add archive clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param bool         $archived
-     *
-     * @return QueryBuilder
      */
     protected function addArchivedClause(QueryBuilder $qb, bool $archived = false): QueryBuilder
     {
@@ -216,11 +201,6 @@ class Violation implements Repository\Violation
 
     /**
      * Add collectivity clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param Collectivity $collectivity
-     *
-     * @return QueryBuilder
      */
     protected function addCollectivityClause(QueryBuilder $qb, Collectivity $collectivity): QueryBuilder
     {
@@ -232,11 +212,6 @@ class Violation implements Repository\Violation
 
     /**
      * Add order to query.
-     *
-     * @param QueryBuilder $qb
-     * @param array        $order
-     *
-     * @return QueryBuilder
      */
     protected function addOrder(QueryBuilder $qb, array $order = []): QueryBuilder
     {
diff --git a/src/Infrastructure/ORM/User/Repository/User.php b/src/Infrastructure/ORM/User/Repository/User.php
index f211b1a..4666e68 100644
--- a/src/Infrastructure/ORM/User/Repository/User.php
+++ b/src/Infrastructure/ORM/User/Repository/User.php
@@ -41,11 +41,6 @@ class User extends CRUDRepository implements Repository\User
 
     /**
      * Add archive clause to query.
-     *
-     * @param QueryBuilder $qb
-     * @param bool         $archived
-     *
-     * @return QueryBuilder
      */
     protected function addArchivedClause(QueryBuilder $qb, bool $archived = false): QueryBuilder
     {
@@ -60,11 +55,6 @@ class User extends CRUDRepository implements Repository\User
 
     /**
      * Add order to query.
-     *
-     * @param QueryBuilder $qb
-     * @param array        $order
-     *
-     * @return QueryBuilder
      */
     protected function addOrder(QueryBuilder $qb, array $order = []): QueryBuilder
     {
diff --git a/tests/Application/Symfony/Validator/Constraints/NotBlankDependingOnOtherFieldValueValidatorTest.php b/tests/Application/Symfony/Validator/Constraints/NotBlankDependingOnOtherFieldValueValidatorTest.php
index 23dd9b8..5cb325e 100644
--- a/tests/Application/Symfony/Validator/Constraints/NotBlankDependingOnOtherFieldValueValidatorTest.php
+++ b/tests/Application/Symfony/Validator/Constraints/NotBlankDependingOnOtherFieldValueValidatorTest.php
@@ -116,8 +116,6 @@ class NotBlankDependingOnOtherFieldValueValidatorTest extends ConstraintValidato
      * With every valid values (check data provider information).
      *
      * @dataProvider dataProviderValidObject
-     *
-     * @param ObjectToValidateNotBlankDependingOnOtherValue $data
      */
     public function testValidValues(ObjectToValidateNotBlankDependingOnOtherValue $data): void
     {
@@ -175,8 +173,6 @@ class NotBlankDependingOnOtherFieldValueValidatorTest extends ConstraintValidato
      * With every invalid values (check data provider information).
      *
      * @dataProvider dataProviderInvalidValue
-     *
-     * @param ObjectToValidateNotBlankDependingOnOtherValue $data
      */
     public function testInvalidValues(ObjectToValidateNotBlankDependingOnOtherValue $data): void
     {
@@ -208,33 +204,21 @@ class ObjectToValidateNotBlankDependingOnOtherValue
     /** @var mixed|null */
     private $fieldToValidate;
 
-    /**
-     * @return string|null
-     */
     public function getOtherField(): ?string
     {
         return $this->otherField;
     }
 
-    /**
-     * @param string|null $otherField
-     */
     public function setOtherField(?string $otherField): void
     {
         $this->otherField = $otherField;
     }
 
-    /**
-     * @return string|null
-     */
     public function getUnusedField(): ?string
     {
         return $this->unusedField;
     }
 
-    /**
-     * @param string|null $unusedField
-     */
     public function setUnusedField(?string $unusedField): void
     {
         $this->unusedField = $unusedField;
diff --git a/tests/Domain/Admin/Cloner/AbstractClonerTest.php b/tests/Domain/Admin/Cloner/AbstractClonerTest.php
index 0047cb9..65248d9 100644
--- a/tests/Domain/Admin/Cloner/AbstractClonerTest.php
+++ b/tests/Domain/Admin/Cloner/AbstractClonerTest.php
@@ -73,8 +73,6 @@ class AbstractClonerTest extends TestCase
      * Construct Duplication Model objects.
      *
      * @throws \Exception
-     *
-     * @return array
      */
     public function dataProviderDuplicationModel(): array
     {
@@ -144,8 +142,7 @@ class AbstractClonerTest extends TestCase
 class DummyAbstractClonerTest extends AbstractCloner
 {
     /**
-     * @param object                 $referent
-     * @param UserModel\Collectivity $collectivity
+     * @param object $referent
      *
      * @throws \Exception
      *
diff --git a/tests/Domain/Admin/Dictionary/DuplicationTargetOptionDictionaryTest.php b/tests/Domain/Admin/Dictionary/DuplicationTargetOptionDictionaryTest.php
index 1d7946b..0d29d8f 100644
--- a/tests/Domain/Admin/Dictionary/DuplicationTargetOptionDictionaryTest.php
+++ b/tests/Domain/Admin/Dictionary/DuplicationTargetOptionDictionaryTest.php
@@ -49,8 +49,6 @@ class DuplicationTargetOptionDictionaryTest extends TestCase
     /**
      * !! Data Provider
      * Provide every expected data from dictionary.
-     *
-     * @return array
      */
     public function dataProviderData(): array
     {
@@ -69,8 +67,6 @@ class DuplicationTargetOptionDictionaryTest extends TestCase
      * Check the dictionary data.
      *
      * @dataProvider dataProviderData
-     *
-     * @param array $data
      */
     public function testGetData(array $data): void
     {
@@ -85,8 +81,6 @@ class DuplicationTargetOptionDictionaryTest extends TestCase
      * Check the dictionary key data.
      *
      * @dataProvider dataProviderData
-     *
-     * @param array $data
      */
     public function testGetDataKeys(array $data): void
     {
diff --git a/tests/Domain/Admin/Dictionary/DuplicationTypeDictionaryTest.php b/tests/Domain/Admin/Dictionary/DuplicationTypeDictionaryTest.php
index eb153bc..af3d4af 100644
--- a/tests/Domain/Admin/Dictionary/DuplicationTypeDictionaryTest.php
+++ b/tests/Domain/Admin/Dictionary/DuplicationTypeDictionaryTest.php
@@ -49,8 +49,6 @@ class DuplicationTypeDictionaryTest extends TestCase
     /**
      * !! Data Provider
      * Provide every expected data from dictionary.
-     *
-     * @return array
      */
     public function dataProviderData(): array
     {
@@ -70,8 +68,6 @@ class DuplicationTypeDictionaryTest extends TestCase
      * Check the dictionary data.
      *
      * @dataProvider dataProviderData
-     *
-     * @param array $data
      */
     public function testGetData(array $data): void
     {
@@ -86,8 +82,6 @@ class DuplicationTypeDictionaryTest extends TestCase
      * Check the dictionary key data.
      *
      * @dataProvider dataProviderData
-     *
-     * @param array $data
      */
     public function testGetDataKeys(array $data): void
     {
diff --git a/tests/Domain/Admin/Hydrator/DuplicationHydratorTest.php b/tests/Domain/Admin/Hydrator/DuplicationHydratorTest.php
index 2f42104..6f0b0c3 100644
--- a/tests/Domain/Admin/Hydrator/DuplicationHydratorTest.php
+++ b/tests/Domain/Admin/Hydrator/DuplicationHydratorTest.php
@@ -55,8 +55,6 @@ class DuplicationHydratorTest extends TestCase
      * Create duplication objects.
      *
      * @throws \Exception
-     *
-     * @return array
      */
     public function dataProviderDuplication(): array
     {
@@ -94,8 +92,6 @@ class DuplicationHydratorTest extends TestCase
      *
      * @dataProvider dataProviderDuplication
      *
-     * @param Duplication $duplication
-     *
      * @throws \Exception
      */
     public function testHydrateAvailableTypes(Duplication $duplication): void
diff --git a/tests/Domain/Admin/Transformer/DuplicationFormDTOTransformerTest.php b/tests/Domain/Admin/Transformer/DuplicationFormDTOTransformerTest.php
index d7ba6ab..91200b3 100644
--- a/tests/Domain/Admin/Transformer/DuplicationFormDTOTransformerTest.php
+++ b/tests/Domain/Admin/Transformer/DuplicationFormDTOTransformerTest.php
@@ -52,8 +52,6 @@ class DuplicationFormDTOTransformerTest extends TestCase
      * Object is fullfilled to ensure every cases.
      *
      * @throws \Exception
-     *
-     * @return array
      */
     public function dataProviderDTO(): array
     {
@@ -93,8 +91,6 @@ class DuplicationFormDTOTransformerTest extends TestCase
      *
      * @dataProvider dataProviderDTO
      *
-     * @param DuplicationFormDTO $dto
-     *
      * @throws \Exception
      */
     public function testToModelObjectPerCollectivity(DuplicationFormDTO $dto): void
@@ -121,8 +117,6 @@ class DuplicationFormDTOTransformerTest extends TestCase
      *
      * @dataProvider dataProviderDTO
      *
-     * @param DuplicationFormDTO $dto
-     *
      * @throws \Exception
      */
     public function testToModelObjectPerType(DuplicationFormDTO $dto): void
diff --git a/tests/Domain/User/Symfony/Security/Voter/UserCanConnectVoterTest.php b/tests/Domain/User/Symfony/Security/Voter/UserCanConnectVoterTest.php
index 97079c7..3fbb1cc 100644
--- a/tests/Domain/User/Symfony/Security/Voter/UserCanConnectVoterTest.php
+++ b/tests/Domain/User/Symfony/Security/Voter/UserCanConnectVoterTest.php
@@ -111,9 +111,7 @@ class UserCanConnectVoterTest extends TestCase
      *
      * @dataProvider dataProviderNotSupporting
      *
-     * @param TokenInterface $token
      * @param $subject
-     * @param array $attributes
      */
     public function testVoteNotSupporting(TokenInterface $token, $subject, array $attributes): void
     {
diff --git a/tests/Utils/FormTypeHelper.php b/tests/Utils/FormTypeHelper.php
index 90eb8a0..3cea30b 100644
--- a/tests/Utils/FormTypeHelper.php
+++ b/tests/Utils/FormTypeHelper.php
@@ -34,8 +34,7 @@ class FormTypeHelper extends TestCase
     /**
      * Create a FormBuilder thanks to provided data.
      *
-     * @param array $data   The array of field to add. Key is field name, value field type.
-     * @param bool  $reveal
+     * @param array $data The array of field to add. Key is field name, value field type.
      *
      * @return FormBuilderInterface|ObjectProphecy The prophesized FormBuilderInterface, revealled or not
      */
-- 
GitLab