Skip to content

Commit

Permalink
fix: update docblock in FakeInvokedProcess.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh committed Mar 14, 2024
1 parent 8be331c commit c8c1e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Process/FakeInvokedProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function predictProcessResult()
/**
* Set the general output handler for the fake invoked process.
*
* @param callable|null $output
* @param callable|null $outputHandler
* @return $this
*/
public function withOutputHandler(?callable $outputHandler)
Expand Down

0 comments on commit c8c1e03

Please sign in to comment.