Esempio n. 1
0
 protected function isHashMapType(Type $type)
 {
     return $type instanceof ObjectType && (!$type->hasClass() || $type->getClassFQN() === 'stdClass');
 }