Skip to content

Commit dd0bca2

Browse files
committed
typo
1 parent 548562c commit dd0bca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Utils/Reflection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ final class Reflection
1919
{
2020
use Nette\StaticClass;
2121

22-
/** @deprecated use Nette\Utils\Validator::isBuiltinType() */
22+
/** @deprecated use Nette\Utils\Validators::isBuiltinType() */
2323
public static function isBuiltinType(string $type): bool
2424
{
2525
return Validators::isBuiltinType($type);
2626
}
2727

2828

29-
/** @deprecated use Nette\Utils\Validator::isClassKeyword() */
29+
/** @deprecated use Nette\Utils\Validators::isClassKeyword() */
3030
public static function isClassKeyword(string $name): bool
3131
{
3232
return Validators::isClassKeyword($name);

src/Utils/Strings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Strings
2828

2929

3030
/**
31-
* @deprecated use Nette\Utils\Validator::isUnicode()
31+
* @deprecated use Nette\Utils\Validators::isUnicode()
3232
*/
3333
public static function checkEncoding(string $s): bool
3434
{

0 commit comments

Comments
 (0)