Skip to content

Commit 1d055d6

Browse files
committed
Format code.
1 parent a87fff7 commit 1d055d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ abstract class Command extends SymfonyCommand
7171
/**
7272
* The name and signature of the command.
7373
*
74-
* @var string|null
74+
* @var null|string
7575
*/
7676
protected $signature;
7777

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This file is part of Hyperf.
66
*
77
* @link https://www.hyperf.io
8-
* @document https://doc.hyperf.io
8+
* @document https://hyperf.wiki
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/

tests/CommandParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This file is part of Hyperf.
66
*
77
* @link https://www.hyperf.io
8-
* @document https://doc.hyperf.io
8+
* @document https://hyperf.wiki
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/

0 commit comments

Comments
 (0)