Skip to content

Commit f34cb85

Browse files
committed
up
1 parent 1791979 commit f34cb85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Base/AbstractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function configure()
130130
/**
131131
* @return InputDefinition
132132
*/
133-
protected function createDefinition()
133+
protected function createDefinition(): InputDefinition
134134
{
135135
if (!$this->definition) {
136136
$this->definition = new InputDefinition();

src/BuiltIn/DevServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public static function aliases(): array
4040
* file=STRING The entry file for server. e.g web/index.php
4141
* @example
4242
* {command} -S 127.0.0.1:8552 web/index.php
43-
*
4443
* @param \Inhere\Console\IO\Input $in
4544
* @param \Inhere\Console\IO\Output $out
45+
* @return int|mixed|void
4646
*/
4747
public function execute($in, $out)
4848
{

0 commit comments

Comments
 (0)