We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b38bd commit d1575ebCopy full SHA for d1575eb
data/domain/public-suffix/VG.php
@@ -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
@@ -236,7 +236,7 @@ final class Tld extends AbstractRule
236
];
237
238
/**
239
- * @deprecated Calling `validate()` directly from rules is deprecated. Please use {@see \Respect\Validation\Validator::isValid()} instead.
+ * {@inheritDoc}
240
*/
241
public function validate($input): bool
242
{
0 commit comments