for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace drupol\Yaroc\Plugin\Method;
use drupol\Yaroc\Plugin\AbstractMethodPlugin;
/**
* Class GetUsage.
*/
class GetUsage extends AbstractMethodPlugin
{
* {@inheritdoc}
const METHOD = 'getUsage';
}