protected function findTrait($qualifiedName) { $this->freeze(); $trait = $this->findType($this->frozenTraits, $qualifiedName); if ($trait === null) { $trait = $this->findType($this->traits, $qualifiedName); } return $trait; }