Skip to content

Commit eb2e1a6

Browse files
authored
fix @return typehint (#52304)
1 parent 8ca1b5b commit eb2e1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Contracts/Process/InvokedProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function latestErrorOutput();
5858
* Wait for the process to finish.
5959
*
6060
* @param callable|null $output
61-
* @return \Illuminate\Console\Process\ProcessResult
61+
* @return \Illuminate\Process\ProcessResult
6262
*/
6363
public function wait(?callable $output = null);
6464
}

0 commit comments

Comments
 (0)