Skip to content

Commit bab1a99

Browse files
committed
cs-fix
1 parent 9b348d3 commit bab1a99

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Domain.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Pdp\Exception\CouldNotResolveSubDomain;
2121
use Pdp\Exception\InvalidLabel;
2222
use Pdp\Exception\InvalidLabelKey;
23-
use Throwable;
2423
use TypeError;
2524
use function array_count_values;
2625
use function array_keys;

src/DomainInterface.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,4 @@ public function toUnicode();
9999
* from the right-most label to the left-most label.
100100
*/
101101
public function getIterator();
102-
103-
/**
104-
* return true if domain contains deviation characters.
105-
* @see http://unicode.org/reports/tr46/#Transition_Considerations
106-
* @return bool
107-
**/
108-
public function isTransitionalDifferent(): bool;
109102
}

src/IDNAConverterTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
use function iterator_to_array;
3030
use function method_exists;
3131
use function preg_match;
32-
use function property_exists;
3332
use function rawurldecode;
3433
use function sprintf;
3534
use function strpos;

0 commit comments

Comments
 (0)