Skip to content

Commit

Permalink
fix @return typehint (#52304)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmahbubhelal authored Jul 29, 2024
1 parent 8ca1b5b commit eb2e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/Process/InvokedProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function latestErrorOutput();
* Wait for the process to finish.
*
* @param callable|null $output
* @return \Illuminate\Console\Process\ProcessResult
* @return \Illuminate\Process\ProcessResult
*/
public function wait(?callable $output = null);
}

0 comments on commit eb2e1a6

Please sign in to comment.