Skip to content

Commit 1b3f0fe

Browse files
committed
Cleanup imports
1 parent 08f1570 commit 1b3f0fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Phing/Util/StringHelper.php

-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@
2020

2121
namespace Phing\Util;
2222

23-
use http\Exception\RuntimeException;
2423
use function filter_var;
2524
use function is_bool;
2625
use function is_string;
2726
use function preg_match;
2827
use function strlen;
2928
use function strpos;
3029
use function strrev;
31-
use function trigger_error;
3230
use function trim;
33-
3431
use const FILTER_NULL_ON_FAILURE;
3532
use const FILTER_VALIDATE_BOOLEAN;
3633

0 commit comments

Comments
 (0)