public function doSomething()

in testData/codeInsight/typeInference/MultipleTags.php [10:15]


    public function doSomething(): void
    {
        foreach ($this->getUsers() as $user) {
            <type value="User">$user</type>;
        }
    }