コード例 #1
0
ファイル: Walker.php プロジェクト: pscheit/psc-cms
 protected function isHashMapType(Type $type)
 {
     return $type instanceof ObjectType && (!$type->hasClass() || $type->getClassFQN() === 'stdClass');
 }