Code Duplication    Length = 3-4 lines in 2 locations

Salariu/Salariu.php 2 locations

@@ 296-299 (lines=4) @@
293
    {
294
        $sRn              = [];
295
        $limitDisplayBase = false;
296
        if ($brut > $this->txLvl['casP_base']) {
297
            $limitDisplayBase = true;
298
            $sRn[]            = $this->setFrmRowTwoLbls($this->setLabel('cas_base'), '', $this->txLvl['casP_base']);
299
        }
300
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('cas'), $this->txLvl['casP'] . '%', $this->txLvl['cas']);
301
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('somaj'), $this->txLvl['smjP'] . '%', $this->txLvl['smj']);
302
        if ($limitDisplayBase && array_key_exists('sntP_base', $this->txLvl)) {
@@ 302-304 (lines=3) @@
299
        }
300
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('cas'), $this->txLvl['casP'] . '%', $this->txLvl['cas']);
301
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('somaj'), $this->txLvl['smjP'] . '%', $this->txLvl['smj']);
302
        if ($limitDisplayBase && array_key_exists('sntP_base', $this->txLvl)) {
303
            $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('sntP_base'), '', $this->txLvl['sntP_base']);
304
        }
305
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('sanatate'), $this->txLvl['sntP'] . '%', $this->txLvl['snt']);
306
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('pd'), ' ', $amnt['pd']);
307
        $sRn[] = $this->setFrmRowTwoLbls($this->setLabel('impozit'), $this->txLvl['inTaxP'] . '%', $amnt['impozit']);