Skip to content

Commit

Permalink
Clean doubled use
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jun 23, 2024
1 parent 4654d62 commit 6c48b1e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Command/Serve.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
use function is_dir;
use function passthru;

use function explode;
use function fclose;
use function file_exists;
use function fsockopen;
use function is_dir;
use function passthru;

#[AsCommand('serve', 'Runs PHP built-in web server')]
final class Serve extends Command
{
Expand Down

0 comments on commit 6c48b1e

Please sign in to comment.