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 eefb4e8 commit 6228b11Copy full SHA for 6228b11
VarDumper.php
@@ -49,7 +49,7 @@ public static function dump(mixed $var)
49
public static function setHandler(callable $callable = null): ?callable
50
{
51
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__);
+ trigger_deprecation('symfony/var-dumper', '6.2', 'Calling "%s()" without any arguments is deprecated, pass null explicitly instead.', __METHOD__);
53
}
54
$prevHandler = self::$handler;
55
0 commit comments