Skip to content

Commit c903b8d

Browse files
committed
Update src/Cli.php, reformated to PSR12
1 parent 2a59c9a commit c903b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cli.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use function Cli\line;
66
use function Cli\prompt;
77

8-
function sayHello():void {
8+
function sayHello(): void
9+
{
910
line('Welcome to the Brain Game!');
1011
$name = prompt('May I have your name?');
1112
line("Hello, %s!", $name);
1213
}
13-

0 commit comments

Comments
 (0)