Commit ee0428b2 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

[FIX/NOTICE] retrait variables plus exploitées/calculées

parent 32a0fd30
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ use EntretienProfessionnel\Entity\Db\EntretienProfessionnel;
 * @var Agent   $agent
 * @var EntretienProfessionnel[] $entretiens
 * @var Agent[]  $superieures
 * @var Agent[]  $responsables
 * @var Agent[]  $autorites
 * @var array $parcoursArray
 * @var FichePoste[] $fichespostes
@@ -140,7 +139,7 @@ if ($agent !== null) {
                <?php echo $this->partial('partial/informations-generales',
                    ['agent' => $agent,
                        'affectations' => $affectations,
                        'superieures' => $superieures, 'responsables' => $responsables, 'autorites' => $autorites,
                        'superieures' => $superieures, 'autorites' => $autorites,
                        'statuts' => $statuts, 'echelon' => $echelon, 'grades' => $grades, 'quotite' => $quotite,
                        'canInfoSource' => $canInfoSource]); ?>
            </div>
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
 * @var AgentGrade[] $grades
 * @var AgentEchelon|null $echelon
 * @var Agent[] $superieures
 * @var Agent[] $responsables
 * @var Agent[] $autorites
 * @var AgentQuotite $quotite
 * @var bool $canInfoSource