Code Duplication    Length = 3-3 lines in 2 locations

model/ConceptSearchParameters.php 2 locations

@@ 111-113 (lines=3) @@
108
        }
109
        if ($type === null) {
110
            $type = array('skos:Concept');
111
            if ($this->request->getVocab() && $this->request->getVocab()->getConfig()->getArrayClassURI()) {
112
                array_push($type, $this->request->getVocab()->getConfig()->getArrayClassURI());
113
            }
114
            if ($this->request->getVocab() && $this->request->getVocab()->getConfig()->getGroupClassURI()) {
115
                array_push($type, $this->request->getVocab()->getConfig()->getGroupClassURI());
116
            }
@@ 114-116 (lines=3) @@
111
            if ($this->request->getVocab() && $this->request->getVocab()->getConfig()->getArrayClassURI()) {
112
                array_push($type, $this->request->getVocab()->getConfig()->getArrayClassURI());
113
            }
114
            if ($this->request->getVocab() && $this->request->getVocab()->getConfig()->getGroupClassURI()) {
115
                array_push($type, $this->request->getVocab()->getConfig()->getGroupClassURI());
116
            }
117
        }
118
        return $type;
119
    }