Skip to content

Commit d1575eb

Browse files
Update Regional Information
1 parent 48b38bd commit d1575eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

data/domain/public-suffix/VG.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php declare(strict_types=1);
2+
// Copyright (c) https://publicsuffix.org
3+
// SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
4+
return [
5+
'EDU.VG',
6+
];

library/Rules/Tld.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ final class Tld extends AbstractRule
236236
];
237237

238238
/**
239-
* @deprecated Calling `validate()` directly from rules is deprecated. Please use {@see \Respect\Validation\Validator::isValid()} instead.
239+
* {@inheritDoc}
240240
*/
241241
public function validate($input): bool
242242
{

0 commit comments

Comments
 (0)