Skip to content

Commit

Permalink
Merge pull request #1555 from hydephp/code-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 12, 2024
1 parent 4c50f06 commit 23b1e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Commands/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Illuminate\Support\Facades\Process;

use function sprintf;
use function in_array;
use function str_replace;
use function class_exists;

Expand Down
1 change: 1 addition & 0 deletions src/Facades/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use TypeError;

use function sprintf;
use function gettype;
use function call_user_func;

/**
Expand Down

0 comments on commit 23b1e0a

Please sign in to comment.