suppress warnings on static access

This commit is contained in:
Jacob Bednarz
2021-05-28 10:32:02 +10:00
parent c58f340633
commit d2c4d225e0
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Response;
/**
* @SuppressWarnings(PHPMD.StaticAccess)
*/
class ResponseExceptionTest extends TestCase
{
public function testFromRequestExceptionNoResponse()