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 MethodList extends Method
{
public function getName(): string
return Method::LIST;
}