Skip to content

Commit fa9674f

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 39a2f4e commit fa9674f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/clear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use function Laravel\Prompts\note;
55
use function Laravel\Prompts\pause;
66

7-
require __DIR__ . '/../vendor/autoload.php';
7+
require __DIR__.'/../vendor/autoload.php';
88

99
note('This will disappear.');
1010

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function pause(string $message = 'Press enter to continue...'): bool
8888
*/
8989
function clear(): void
9090
{
91-
(new Clear())->display();
91+
(new Clear)->display();
9292
}
9393
}
9494

0 commit comments

Comments
 (0)