Skip to content

Commit 039e499

Browse files
committed
changed name function runGreetin to camal case Cli.php, brain-games
1 parent 513c96a commit 039e499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/brain-games

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
require_once __DIR__ . '/../vendor/autoload.php';
66
require_once __DIR__ . '/../src/Cli.php';
77

8-
Src\Cli\RunGreeting();
8+
Src\Cli\runGreeting();

src/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use function cli\line;
66
use function cli\prompt;
77

8-
function RunGreeting()
8+
function runGreeting()
99
{
1010
line('Welcome to the Brain Games!');
1111
$name = prompt('May I have your name?');

0 commit comments

Comments
 (0)