Skip to content

Commit

Permalink
[TEST] Internal refactoring (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Oct 1, 2019
2 parents 8a912d7 + 6f37795 commit 8d7edf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Wrapper/DompdfWrapperTest.php
Expand Up @@ -161,7 +161,7 @@ public function testGetStreamResponse(): void
$response->sendContent();
}

private function prepareOutput(string $input, string $response = null): void
private function prepareOutput(string $input, ?string $response = null): void
{
$this->dompdfFactory
->method('create')
Expand Down

0 comments on commit 8d7edf8

Please sign in to comment.