for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace whm\Smoke\Extensions\SmokeHttpClient;
use Ivory\HttpAdapter\HttpAdapterInterface;
use whm\Smoke\Extensions\SmokeResponseRetriever\Retriever\Retriever;
class HttpClientExtension
{
/**
* @var Retriever
*/
private $retriever;
public function init()
throw new \RuntimeException('Extension is not ready to use yet.');
}
* @Event("Scanner.Init")
public function setRetriever(HttpAdapterInterface $httpClient)
$httpClient
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.