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

Rename process #44

Closed
wants to merge 2 commits into from
Closed

Rename process #44

wants to merge 2 commits into from

Conversation

zKoz210
Copy link
Contributor

@zKoz210 zKoz210 commented May 29, 2023

Read: #43

@zKoz210
Copy link
Contributor Author

zKoz210 commented Jun 13, 2023

@freekmurze could you review this pull request and give your feedback?

@freekmurze freekmurze marked this pull request as ready for review June 14, 2023 06:32
@@ -66,10 +66,10 @@ public function run(callable ...$callables): array
$tasks[] = Task::fromCallable($callable, $order);
}

return $this->waitFor(...$tasks);
return $this->runTasks(...$tasks);
Copy link
Member

Choose a reason for hiding this comment

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

It seems that these changes are not required to make the feature work. Make sure that there are only related changes in this PR.

@spatie-bot
Copy link

Dear contributor,

because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.

@spatie-bot spatie-bot closed this Oct 16, 2023
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.

None yet

3 participants