for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dontdrinkandroot\RestBundle\Metadata\Annotation;
/**
* @Annotation
* @Target({"ANNOTATION"})
*/
class MethodPost extends Method
{
public function getName(): string
return Method::POST;
}