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_MethodNonDoc
{
// @rest\method get something
public function Method1() {
}