We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0471a44 commit f64b367Copy full SHA for f64b367
tests/TestCase.php
@@ -127,7 +127,7 @@ protected function generateGetRolesRequest($method = 'test'): Request
127
], $method);
128
}
129
130
- protected function generateResponse($fixture, int $status = 200, array $headers = []): Response
+ protected function generateResponse($fixture, int $status = 200, array $headers = []): Response
131
{
132
if (empty($headers)) {
133
$headers = [
0 commit comments