for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author jan huang <[email protected]>
* @copyright 2017
*
* @see https://www.github.com/janhuang
* @see http://www.fast-d.cn/
*/
namespace FastD\Servitization\Client;
* Class Consumer.
class Client extends \FastD\Swoole\Client
{
public function single()
}
public function multi()
public function async()
public function promise(array $urls)
$urls
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.