Code Duplication    Length = 1-1 lines in 4 locations

web_interface/astpp/application/libraries/html2pdf/_class/parsingCss.class.php 4 locations

@@ 843-843 (lines=1) @@
840
                            }
841
                    }
842
                    $this->_duplicateBorder($val);
843
                    if (is_array($val[0])) {
844
                    	$this->value['border']['t']['color'] = $val[0];
845
                    }
846
                    if (is_array($val[1])) {
@@ 846-846 (lines=1) @@
843
                    if (is_array($val[0])) {
844
                    	$this->value['border']['t']['color'] = $val[0];
845
                    }
846
                    if (is_array($val[1])) {
847
                    	$this->value['border']['r']['color'] = $val[1];
848
                    }
849
                    if (is_array($val[2])) {
@@ 849-849 (lines=1) @@
846
                    if (is_array($val[1])) {
847
                    	$this->value['border']['r']['color'] = $val[1];
848
                    }
849
                    if (is_array($val[2])) {
850
                    	$this->value['border']['b']['color'] = $val[2];
851
                    }
852
                    if (is_array($val[3])) {
@@ 852-852 (lines=1) @@
849
                    if (is_array($val[2])) {
850
                    	$this->value['border']['b']['color'] = $val[2];
851
                    }
852
                    if (is_array($val[3])) {
853
                    	$this->value['border']['l']['color'] = $val[3];
854
                    }
855