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 513c96a commit 039e499Copy full SHA for 039e499
bin/brain-games
@@ -5,4 +5,4 @@
5
require_once __DIR__ . '/../vendor/autoload.php';
6
require_once __DIR__ . '/../src/Cli.php';
7
8
-Src\Cli\RunGreeting();
+Src\Cli\runGreeting();
src/Cli.php
@@ -5,7 +5,7 @@
use function cli\line;
use function cli\prompt;
-function RunGreeting()
+function runGreeting()
9
{
10
line('Welcome to the Brain Games!');
11
$name = prompt('May I have your name?');
0 commit comments