for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thruster\Component\Actions\Action;
use Thruster\Component\Actions\ExecutorLessInterface;
/**
* Class AllAction
*
* @package Thruster\Component\Actions\Action
* @author Aurimas Niekis <[email protected]>
*/
class AllAction extends BaseAction implements ExecutorLessInterface
{
* @inheritDoc
public function getName() : string
return 'thruster_all';
}