Skip to content

Commit

Permalink
Update Regional Information
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRespectPanda committed Jan 27, 2025
1 parent 48b38bd commit 37ebb5d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/domain/public-suffix/ML.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
// Copyright (c) https://publicsuffix.org
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'AC.ML',
'ART.ML',
'ASSO.ML',
'COM.ML',
'EDU.ML',
'GOUV.ML',
'GOV.ML',
'INFO.ML',
'INST.ML',
'NET.ML',
'ORG.ML',
'PR.ML',
'PRESSE.ML',
];
4 changes: 4 additions & 0 deletions data/domain/public-suffix/UG.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
'AC.UG',
'CO.UG',
'COM.UG',
'EDU.UG',
'GO.UG',
'GOV.UG',
'MIL.UG',
'NE.UG',
'OR.UG',
'ORG.UG',
'SC.UG',
'US.UG',
];
6 changes: 6 additions & 0 deletions data/domain/public-suffix/VG.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php declare(strict_types=1);
// Copyright (c) https://publicsuffix.org
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
return [
'EDU.VG',
];
2 changes: 1 addition & 1 deletion library/Rules/Tld.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ final class Tld extends AbstractRule
];

/**
* @deprecated Calling `validate()` directly from rules is deprecated. Please use {@see \Respect\Validation\Validator::isValid()} instead.
* {@inheritDoc}
*/
public function validate($input): bool
{
Expand Down

0 comments on commit 37ebb5d

Please sign in to comment.