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

[11.x] Remove a unused import and fix docblock for DeferredCallbackCollection #52808

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

seriquynh
Copy link
Contributor

As what I mention in the title.

  • Illuminate\Support\Collection is imported but not to be used, so I remove it.
  • The $when parameter of the invokeWhen method can also be a null value, so it should be \Closure|null.

@taylorotwell taylorotwell merged commit 25affbb into laravel:11.x Sep 16, 2024
33 checks passed
@seriquynh seriquynh deleted the fix-defer branch September 17, 2024 01:12
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