for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CodexShaper\OAuth2\Server\Http\Responses;
use Nyholm\Psr7\Response;
class ServerResponse
{
public static function getPsrServerResponse()
return new Response();
}