Code Duplication    Length = 4-4 lines in 2 locations

src/Helper/Charset.php 2 locations

@@ 55-58 (lines=4) @@
52
53
    private function __construct()
54
    {
55
        for ($i = 0; $i < 32; $i++) {
56
            $this->xml_iso88591_Entities["in"][] = chr($i);
57
            $this->xml_iso88591_Entities["out"][] = "&#{$i};";
58
        }
59
60
        for ($i = 160; $i < 256; $i++) {
61
            $this->xml_iso88591_Entities["in"][] = chr($i);
@@ 60-63 (lines=4) @@
57
            $this->xml_iso88591_Entities["out"][] = "&#{$i};";
58
        }
59
60
        for ($i = 160; $i < 256; $i++) {
61
            $this->xml_iso88591_Entities["in"][] = chr($i);
62
            $this->xml_iso88591_Entities["out"][] = "&#{$i};";
63
        }
64
65
        /*for ($i = 128; $i < 160; $i++)
66
        {