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 1791979 commit f34cb85Copy full SHA for f34cb85
src/Base/AbstractCommand.php
@@ -130,7 +130,7 @@ protected function configure()
130
/**
131
* @return InputDefinition
132
*/
133
- protected function createDefinition()
+ protected function createDefinition(): InputDefinition
134
{
135
if (!$this->definition) {
136
$this->definition = new InputDefinition();
src/BuiltIn/DevServerCommand.php
@@ -40,9 +40,9 @@ public static function aliases(): array
40
* file=STRING The entry file for server. e.g web/index.php
41
* @example
42
* {command} -S 127.0.0.1:8552 web/index.php
43
- *
44
* @param \Inhere\Console\IO\Input $in
45
* @param \Inhere\Console\IO\Output $out
+ * @return int|mixed|void
46
47
public function execute($in, $out)
48
0 commit comments