src/Phan/Language/Internal/DynamicPropertyMap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phan\Language\Internal;

/**
 * A list of classes that support dynamic properties. These have
 * been manually entered.
 */

return [
    'stdclass',
    'simplexmlelement',
    'solrobject',
    'v8js',
];