Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Feb 18, 2025
1 parent 08f1570 commit 1b3f0fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Phing/Util/StringHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,14 @@

namespace Phing\Util;

use http\Exception\RuntimeException;
use function filter_var;
use function is_bool;
use function is_string;
use function preg_match;
use function strlen;
use function strpos;
use function strrev;
use function trigger_error;
use function trim;

use const FILTER_NULL_ON_FAILURE;
use const FILTER_VALIDATE_BOOLEAN;

Expand Down

0 comments on commit 1b3f0fe

Please sign in to comment.