Skip to content

Commit

Permalink
fix: remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 27, 2024
1 parent 3dbb209 commit 7a9f650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Sabre\HTTP;

use LogicException;
use Sabre\Uri;

/**
Expand Down
3 changes: 0 additions & 3 deletions lib/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Sabre\HTTP;

use DateTime;
use InvalidArgumentException;

/**
* A collection of useful helpers for parsing or generating various HTTP
* headers.
Expand Down

0 comments on commit 7a9f650

Please sign in to comment.