Skip to content

Commit 6d2c89c

Browse files
committed
Apply fixes from StyleCI
1 parent 0654a23 commit 6d2c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/helpers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function unslash(string $string): string
3232
use Illuminate\Contracts\Support\Arrayable;
3333
use Symfony\Component\Yaml\Yaml;
3434

35-
use function function_exists;
35+
use function function_exists;
3636
use function array_merge;
3737
use function str_replace;
3838
use function implode;

0 commit comments

Comments
 (0)