Skip to content

Commit

Permalink
Merge pull request #602 from hydephp/clean-up-code
Browse files Browse the repository at this point in the history
Clean up code
  • Loading branch information
caendesilva authored Feb 13, 2024
2 parents eb1b8f9 + 23b1e0a commit 0103501
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 0103501

Please sign in to comment.