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
*/
class testParse_InClass
{
* @rest\description Some description
* @rest\version 2
public function Method1()
}
* @rest\license mit