--TEST-- Integration of fixers: comment_to_phpdoc,phpdoc_to_comment. --RULESET-- {"comment_to_phpdoc": true, "phpdoc_to_comment": true} --EXPECT-- getContent()) { $name .= $content; } /* @var string $notContent */ while ($content = $this->getContent()) { $name .= $content; } --INPUT-- getContent()) { $name .= $content; } /* @var string $notContent */ while ($content = $this->getContent()) { $name .= $content; }