Code Duplication    Length = 3-4 lines in 2 locations

Salariu/Salariu.php 2 locations

@@ 224-227 (lines=4) @@
221
        $brut             += $this->tCmnSuperGlobals->request->get('afet') * pow(10, 4);
222
        $amnt             = $this->getValues($brut, $aryStngs, $shLabels);
223
        $limitDisplayBase = false;
224
        if ($brut > $this->txLvl['base_casP']) {
225
            $limitDisplayBase = true;
226
            $sReturn[]        = $this->setFormRowTwoLabels($this->setLabel('cas_base'), '', $this->txLvl['base_casP']);
227
        }
228
        $casValue  = $this->txLvl['cas'];
229
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('cas'), $this->txLvl['casP'] . '%', $casValue);
230
        $smjValue  = $this->txLvl['smj'];
@@ 233-235 (lines=3) @@
230
        $smjValue  = $this->txLvl['smj'];
231
        $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('somaj'), $this->txLvl['smjP']
232
            . '%', $this->txLvl['smj']);
233
        if (array_key_exists('sntP_base', $this->txLvl) && $limitDisplayBase) {
234
            $sReturn[] = $this->setFormRowTwoLabels($this->setLabel('sntP_base'), ' ', $this->txLvl['sntP_base']);
235
        }
236
        $sntValue    = $this->txLvl['snt'];
237
        $sReturn[]   = $this->setFormRowTwoLabels($this->setLabel('sanatate'), $this->txLvl['sntP'] . '%', $sntValue);
238
        $sReturn[]   = $this->setFormRowTwoLabels($this->setLabel('pd'), ' ', $amnt['pd']);