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 11, 2025
1 parent 48b38bd commit d1575eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 d1575eb

Please sign in to comment.