8000 [VarDumper] Fix typo in deprecation message · symfony/symfony@eea8193 · GitHub
[go: up one dir, main page]

Skip to content

Commit eea8193

Browse files
alexandre-dauboisalexsoft
authored andcommitted
[VarDumper] Fix typo in deprecation message
1 parent 69f46f2 commit eea8193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/VarDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function dump(mixed $var)
4949
public static function setHandler(callable $callable = null): ?callable
5050
{
5151
if (1 > \func_num_args()) {
52-
trigger_deprecation('symfony/va-dumper', '6.2', 'Calling "%s()" without any arguments is deprecated, pass null explicitly instead.', __METHOD__);
52+
trigger_deprecation('symfony/var-dumper', '6.2', 'Calling "%s()" without any arguments is deprecated, pass null explicitly instead.', __METHOD__);
5353
}
5454
$prevHandler = self::$handler;
5555

0 commit comments

Comments
 (0)
0