Skip to content

Commit 0471a44

Browse files
Format code with php-cs-fixer
1 parent 11170f3 commit 0471a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ protected function generateResponse($fixture, int $status = 200, array $headers
134134
'Content-type' => 'application/json',
135135
'authorization' => 'Bearer some_token'
136136
];
137-
}
137+
}
138138
return new Response(($fixture) ? $this->getFixture($fixture) : null, $status, $headers);
139139
}
140140

0 commit comments

Comments
 (0)