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

[9.x] Fixes regression from #44662 #44826

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

crynobone
Copy link
Member

@crynobone crynobone commented Nov 3, 2022

Bug introduced in #44662 where Application::find() only accepts string while Application::getCommandName() can return string|null.

As a result calling php artisan --version now going to fail.

https://github.com/orchestral/testbench-core/actions/runs/3382197389/jobs/5618137040

CleanShot 2022-11-03 at 11 50 12

Signed-off-by: Mior Muhammad Zaki [email protected]

Calling `php artisan --version` now going to failed.

Signed-off-by: Mior Muhammad Zaki <[email protected]>
@taylorotwell taylorotwell merged commit 912a409 into laravel:9.x Nov 3, 2022
@crynobone crynobone deleted the patch-1 branch November 3, 2022 13:15
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.

3 participants