for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Test\Parser\Php\ParserTest;
/*
* General comment
* @rest\title Some words
*/
/**
* Description of class
* @rest\version 2
class testParse_NoMethods
{
* Description of method
* @rest\description some description
public function Method1() {
}