Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against php 8.4 #1066

Merged
merged 3 commits into from
Oct 30, 2024
Merged

Conversation

sergiy-petrov
Copy link
Contributor

No description provided.

@@ -193,7 +193,7 @@ public function output(array $options = []): string
/**
* Save the PDF to a file
*/
public function save(string $filename, string $disk = null): self
public function save(string $filename, ?string $disk = null): self
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@barryvdh barryvdh merged commit d2b3a15 into barryvdh:master Oct 30, 2024
33 checks passed
@barryvdh
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants