Code Duplication    Length = 3-5 lines in 2 locations

Salariu/Salariu.php 2 locations

@@ 271-275 (lines=5) @@
268
    private function setFormOutputTaxations($brut, $amnt)
269
    {
270
        $limitDisplayBase = false;
271
        if ($brut > $this->txLvl['base_casP']) {
272
            $limitDisplayBase = true;
273
            $sReturn[]        = $this->setFormRowTwoLabels($this->setLabel('cas_base')
274
                . '', ' ', $this->txLvl['base_casP']);
275
        }
276
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('cas'), ''
277
            . $this->txLvl['casP'] . '%', $this->txLvl['cas']);
278
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('somaj'), $this->txLvl['smjP']
@@ 280-282 (lines=3) @@
277
            . $this->txLvl['casP'] . '%', $this->txLvl['cas']);
278
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('somaj'), $this->txLvl['smjP']
279
            . '%', $this->txLvl['smj']);
280
        if (array_key_exists('sntP_base', $this->txLvl) && $limitDisplayBase) {
281
            $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('sntP_base'), '', $this->txLvl['sntP_base']);
282
        }
283
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('sanatate'), $this->txLvl['sntP'] . '%', ''
284
            . $this->txLvl['snt']);
285
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('pd'), ' ', $amnt['pd']);