public function foo()

in testData/codeInsight/typeInference/DocTags.php [12:17]


    public function foo($param, $secondParam)
    {
        <type value="string">$param</type>;
        <type value="">$secondParam</type>;
        <type value="int">$this->a</type>;
    }