Code Duplication    Length = 3-4 lines in 2 locations

Salariu/Salariu.php 2 locations

@@ 288-291 (lines=4) @@
285
    {
286
        $sRn              = [];
287
        $limitDisplayBase = false;
288
        if ($brut > $this->txLvl['casP_base']) {
289
            $limitDisplayBase = true;
290
            $sRn[]            = $this->setFrmRowTwoLbls($this->setLabel('cas_base'), '', $this->txLvl['casP_base']);
291
        }
292
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('cas'), $this->txLvl['casP'] . '%', $this->txLvl['cas']);
293
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('somaj'), $this->txLvl['smjP'] . '%', $this->txLvl['smj']);
294
        if ($limitDisplayBase && array_key_exists('sntP_base', $this->txLvl)) {
@@ 294-296 (lines=3) @@
291
        }
292
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('cas'), $this->txLvl['casP'] . '%', $this->txLvl['cas']);
293
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('somaj'), $this->txLvl['smjP'] . '%', $this->txLvl['smj']);
294
        if ($limitDisplayBase && array_key_exists('sntP_base', $this->txLvl)) {
295
            $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('sntP_base'), '', $this->txLvl['sntP_base']);
296
        }
297
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('sanatate'), $this->txLvl['sntP'] . '%', $this->txLvl['snt']);
298
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('pd'), ' ', $amnt['pd']);
299
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('impozit'), $this->txLvl['inTaxP'] . '%', $amnt['impozit']);