Skip to content

Fix PendingProcess losing falsy command strings on run()/start() - #60947

Merged
taylorotwell merged 1 commit into
laravel:13.xfrom
lucasmichot:process-falsy-command-fix
Jul 30, 2026
Merged

Fix PendingProcess losing falsy command strings on run()/start()#60947
taylorotwell merged 1 commit into
laravel:13.xfrom
lucasmichot:process-falsy-command-fix

Conversation

@lucasmichot

Copy link
Copy Markdown
Contributor

Uses ?? instead of ?: so an explicit falsy command (e.g. '0') isn't silently replaced, which was causing Process::assertRan() to fail for such commands.

@taylorotwell
taylorotwell merged commit 87d2864 into laravel:13.x Jul 30, 2026
55 checks passed
@lucasmichot
lucasmichot deleted the process-falsy-command-fix branch July 30, 2026 22:25
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