Code Duplication    Length = 3-3 lines in 2 locations

src/GetTrait.php 2 locations

@@ 93-95 (lines=3) @@
90
91
        $records = $this->get('/proofing/check', $query);
92
93
        if (is_array($records) && count($records) > 0) {
94
            $ret = $this->buildPropertyMapArray($records, $propertyMap);
95
        }
96
97
        return $ret;
98
    }
@@ 173-175 (lines=3) @@
170
171
        $records = $this->get('/templates/info', $query);
172
173
        if (is_array($records) && count($records) > 0) {
174
            $ret = $this->buildPropertyMapArray($records, $propertyMap);
175
        }
176
177
        return $ret;
178
    }