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 41b59e0 commit 573cc96Copy full SHA for 573cc96
src/Illuminate/Contracts/Console/Kernel.php
@@ -45,4 +45,13 @@ public function all();
45
* @return string
46
*/
47
public function output();
48
+
49
+ /**
50
+ * Terminate the application.
51
+ *
52
+ * @param \Symfony\Component\Console\Input\InputInterface $input
53
+ * @param int $status
54
+ * @return void
55
+ */
56
+ public function terminate($input, $status);
57
}
0 commit comments