for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpJsonRpc\Client;
class IdGenerator implements IdGeneratorInterface
{
public function get()
return mt_rand();
}