File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 20
20
use Pdp \Exception \CouldNotResolveSubDomain ;
21
21
use Pdp \Exception \InvalidLabel ;
22
22
use Pdp \Exception \InvalidLabelKey ;
23
- use Throwable ;
24
23
use TypeError ;
25
24
use function array_count_values ;
26
25
use function array_keys ;
Original file line number Diff line number Diff line change @@ -99,11 +99,4 @@ public function toUnicode();
99
99
* from the right-most label to the left-most label.
100
100
*/
101
101
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 ;
109
102
}
Original file line number Diff line number Diff line change 29
29
use function iterator_to_array ;
30
30
use function method_exists ;
31
31
use function preg_match ;
32
- use function property_exists ;
33
32
use function rawurldecode ;
34
33
use function sprintf ;
35
34
use function strpos ;
You can’t perform that action at this time.
0 commit comments