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

Fixes types on $unique on Gearman task methods #1664

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Fixes types on $unique on Gearman task methods #1664

merged 1 commit into from
Aug 20, 2024

Conversation

donatj
Copy link
Contributor

@donatj donatj commented Aug 16, 2024

Fixes the type for $unique on a handful of task methods.

This corrects them, as well as an incorrect link in the docs.


As you can see below, a small handful already had $unique as string|null but the majority did not.

* @param string|null $unique

* @param string|null $unique

* @param string|null $unique

https://github.com/donatj/phpstorm-stubs/blob/5686f9ceebde3d9338bea53b78d70ebde5fb5710/gearman/gearman.php#L1568-L1568

@donatj
Copy link
Contributor Author

donatj commented Aug 16, 2024

I don't think the failing build process here is anything to do with my changes…

@donatj donatj changed the title Fixes types on $unique on of gearman task methods Fixes types on $unique on Gearman task methods Aug 16, 2024
@LolGleb LolGleb merged commit 89adaed into JetBrains:master Aug 20, 2024
0 of 11 checks passed
@donatj donatj deleted the gearman-task-unique-null-fix branch September 3, 2024 17:20
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