*/ /** * Some comments */ // Single comment /* Some other comments */ /** * Some phpdoc */ namespace Mmoreram\GearmanBundle\Tests\Service\Mocks; /** * Some class comments */ class SingleCommentedFile { }