for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Protoku\Kernel;
use League\Container\ContainerAwareInterface;
class ConsoleKernel extends AbstractKernel implements ContainerAwareInterface
{
public function handle(ServerRequestInterface $input, ResponseInterface $output)
$input
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$output
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.