We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1b5b commit eb2e1a6Copy full SHA for eb2e1a6
src/Illuminate/Contracts/Process/InvokedProcess.php
@@ -58,7 +58,7 @@ public function latestErrorOutput();
58
* Wait for the process to finish.
59
*
60
* @param callable|null $output
61
- * @return \Illuminate\Console\Process\ProcessResult
+ * @return \Illuminate\Process\ProcessResult
62
*/
63
public function wait(?callable $output = null);
64
}
0 commit comments