Commit 259b4315 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Nettoyage namespace intervenant pré modularisation

parent 6448eb42
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

/**
 * @var $this \Application\View\Renderer\PhpRenderer
 * @var $form \Application\Form\Intervenant\ContratRetourForm
 * @var $form \Contrat\Form\ContratRetourForm
 * @var $done boolean
 */

+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ class IntervenantController extends AbstractController
     *
     * @param \Intervenant\Entity\Db\Intervenant $intervenant
     *
     * @return \Application\Controller\IntervenantController
     * @return IntervenantController
     */
    protected function addIntervenantRecent(Intervenant $intervenant)
    {
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ namespace Intervenant\Form;
use Application\Connecteur\Traits\LdapConnecteurAwareTrait;
use Application\Filter\FloatFromString;
use Application\Form\AbstractForm;
use Application\Form\Intervenant\Dossier;
use Application\Hydrator\GenericHydrator;
use Application\Service\Traits\ContextServiceAwareTrait;
use Application\Service\Traits\SourceServiceAwareTrait;
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Intervenant\Processus;

use Application\Processus\AbstractProcessus;
use Application\Processus\IntervenantServiceProcessus;
use Intervenant\Entity\Db\Intervenant;


+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
/**
 * @var $this            \Application\View\Renderer\PhpRenderer
 * @var $intervenant     \Intervenant\Entity\Db\Intervenant
 * @var $form            Application\Form\Intervenant\IntervenantForm
 * @var $changed         bool
 * @var $errors          array
 * @var $definiParDefaut bool
Loading