for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Chain;
class Runner
{
public function run(HandlerInterface $handler, ContextInterface $context): void
$handler->handle($context);
}